Skip to content

Commit

Permalink
Fix surfaceDim and surfaceBright DS colors
Browse files Browse the repository at this point in the history
  • Loading branch information
malinajirka committed Feb 11, 2025
1 parent 6886fc9 commit a719d93
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ private val LightColorScheme = lightColorScheme(
onSecondaryContainer = WooPosColors.White,

surface = WooPosColors.Gray0,
surfaceDim = WooPosColors.Gray80,
surfaceBright = WooPosColors.Gray90,
surfaceDim = WooPosColors.Gray0,
surfaceBright = WooPosColors.White,

surfaceContainerLowest = WooPosColors.White,
surfaceContainerLow = WooPosColors.White,
Expand All @@ -130,8 +130,8 @@ private val DarkColorScheme = darkColorScheme(
onSecondaryContainer = WooPosColors.White,

surface = WooPosColors.Gray100,
surfaceDim = WooPosColors.Gray0,
surfaceBright = WooPosColors.White,
surfaceDim = WooPosColors.Gray80,
surfaceBright = WooPosColors.Gray90,

surfaceContainerLowest = WooPosColors.Gray70,
surfaceContainerLow = WooPosColors.Gray80,
Expand Down

0 comments on commit a719d93

Please sign in to comment.