fix(about): 字体颜色错误
This commit is contained in:
parent
26bc456859
commit
bdf8b9e27c
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ fun SettingsAboutSpecial(
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.happy_birthday),
|
text = stringResource(R.string.happy_birthday),
|
||||||
style = MaterialTheme.typography.headlineMedium
|
style = MaterialTheme.typography.headlineMedium.copy(color = Color.Black)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue