vfsfitvnm 3 роки тому
батько
коміт
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),
         )
     }
 }