Testing full dark

This commit is contained in:
Vitor Pamplona 2023-10-20 21:57:48 -04:00
parent 45a749e4bf
commit 7060aa3ed0

View File

@ -37,7 +37,9 @@ private val DarkColorPalette = darkColorScheme(
primary = Purple200,
secondary = Teal200,
// secondary = Purple700,
tertiary = Teal200
tertiary = Teal200,
background = Color(0xFF000000),
surface = Color(0xFF000000)
)
private val LightColorPalette = lightColorScheme(