Skip to content

Commit

Permalink
fix: wrong error message background color [WPB-11475] (#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk authored Dec 3, 2024
1 parent d5b89ca commit de21d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private val LightWireColorScheme = WireColorScheme(
primaryVariant = WireColorPalette.LightBlue50, onPrimaryVariant = WireColorPalette.LightBlue500,
inversePrimary = WireColorPalette.DarkBlue500,
error = WireColorPalette.LightRed500, onError = Color.White,
errorVariant = WireColorPalette.LightRed200, onErrorVariant = WireColorPalette.LightRed500,
errorVariant = WireColorPalette.LightRed50, onErrorVariant = WireColorPalette.LightRed500,
warning = WireColorPalette.LightAmber500, onWarning = Color.White,
highlight = WireColorPalette.DarkAmber200, onHighlight = Color.Black,
positive = WireColorPalette.LightGreen500, onPositive = Color.White,
Expand Down

0 comments on commit de21d20

Please sign in to comment.