diff --git a/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt b/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt index 3894bbc..a64339e 100644 --- a/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt +++ b/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt @@ -13,7 +13,7 @@ private val LotoLightColorScheme = lightColorScheme( onSecondary = BackgroundLight, tertiary = BrandEmeraldLight, onTertiary = BackgroundLight, - background = BackgroundLight, + background = BackgroundCream, onBackground = Color0F172A, surface = SurfaceLight, onSurface = Color0F172A,