浏览代码

Adjust text color

vfsfitvnm 3 年之前
父节点
当前提交
4fa82703b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/SettingsScreen.kt

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

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