Update API around brandColor.
This commit is contained in:
parent
b62382ffc7
commit
38908a42a2
12 changed files with 29 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ interface EnterpriseService {
|
|||
* Override the brand color.
|
||||
* @param brandColor the color in hex format (#RRGGBBAA or #RRGGBB), or null to reset to default.
|
||||
*/
|
||||
fun overrideBrandColor(brandColor: String?)
|
||||
suspend fun overrideBrandColor(brandColor: String?)
|
||||
|
||||
@Composable
|
||||
fun semanticColorsLight(): State<SemanticColors>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue