Adjust text color

This commit is contained in:
vfsfitvnm
2022-06-22 16:01:12 +02:00
parent 1ff666dd12
commit 4fa82703b6

View File

@@ -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),
) )
} }
} }