Use correct color.
This commit is contained in:
parent
e11f544133
commit
f7c8c6ac3b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ internal fun FormattingOption(
|
|||
}
|
||||
|
||||
val foregroundColor = when (state) {
|
||||
FormattingOptionState.Selected -> ElementTheme.colors.iconSuccessPrimary
|
||||
FormattingOptionState.Selected -> ElementTheme.colors.iconAccentPrimary
|
||||
FormattingOptionState.Default -> ElementTheme.colors.iconSecondary
|
||||
FormattingOptionState.Disabled -> ElementTheme.colors.iconDisabled
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue