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(
text = text,
style = typography.xs.semiBold.copy(color = colorPalette.text),
style = typography.xs.semiBold.copy(color = colorPalette.textSecondary),
)
}
}