Use correct color.

This commit is contained in:
Benoit Marty
2025-07-07 16:18:49 +02:00
parent 28a9e7b238
commit 0bf2fd6acf

View File

@@ -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
}