Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/upstream' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 27, 2024
2 parents 2c29e70 + 82e3c1c commit 53f8011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lawnchair/src/app/lawnchair/theme/ColorSchemeUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ fun dev.kdrag0n.monet.theme.ColorScheme.toM3ColorScheme(isDark: Boolean): ColorS
onTertiary = tertiary(100),
tertiaryContainer = tertiary(90),
onTertiaryContainer = tertiary(10),
background = neutralVariant(98),
background = neutralVariant98,
onBackground = neutralVariant(10),
surface = neutralVariant(98),
surface = neutralVariant98,
onSurface = neutralVariant(10),
surfaceVariant = neutralVariant(90),
onSurfaceVariant = neutralVariant(30),
Expand Down

0 comments on commit 53f8011

Please sign in to comment.