Ver código fonte

Adjust text color

vfsfitvnm 3 anos atrás
pai
commit
4fa82703b6

+ 1 - 1
app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/SettingsScreen.kt

@@ -350,7 +350,7 @@ fun SettingsEntry(
 
         BasicText(
             text = text,
-            style = typography.xs.semiBold.copy(color = colorPalette.text),
+            style = typography.xs.semiBold.copy(color = colorPalette.textSecondary),
         )
     }
 }