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