Testing full dark

pull/656/head
Vitor Pamplona 2023-10-20 21:57:48 -04:00
rodzic 45a749e4bf
commit 7060aa3ed0
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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(