This commit is contained in:
Molkobain
2021-09-24 18:57:47 +02:00
parent 938de4c71c
commit 4d8ac5fee5

View File

@@ -407,10 +407,9 @@ class Panel extends UIContentBlock
}
/**
* Set the panel's color from an ormStyle directly.
* Set the panel's accent color from an ormStyle directly.
*
* Use cases:
* - Display information about a datamodel class
* - Display information about a particular enum value (linked objects)
*
* @param \ormStyle $oStyle
@@ -426,7 +425,10 @@ class Panel extends UIContentBlock
}
/**
* Set the panel's color to the one corresponding to the $sClass datamodel class
* Set the panel's accent color to the one corresponding to the $sClass datamodel class
*
* Use cases:
* - Display information about a specific datamodel class
*
* @param string $sClass
*