Skip to content

Commit

Permalink
fix: Background Neutral Color Reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Aug 28, 2024
1 parent f6c0e2c commit 9d73221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal object ColorDarkTokens {
object Background {
val Normal = PaletteTokens.Neutral15
val Alternative = PaletteTokens.Neutral5
val Neutral = PaletteTokens.Neutral99
val Neutral = PaletteTokens.Neutral10
}

object Line {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal object ColorLightTokens {
object Background {
val Normal = PaletteTokens.White
val Alternative = PaletteTokens.Neutral99
val Neutral = PaletteTokens.Neutral10
val Neutral = PaletteTokens.Neutral99
}

object Line {
Expand Down

0 comments on commit 9d73221

Please sign in to comment.