initial migration to material 3

This commit is contained in:
2023-03-29 16:16:31 +02:00
parent fdcb76e26e
commit 47e1f6bd49
26 changed files with 338 additions and 169 deletions

View File

@ -10,6 +10,7 @@ class DataTypes {
}
enum class Theme(val str: String) {
SYSTEM("System"),
LIGHT("Light"),
DARK("Dark")
}