fix(about): 字体颜色错误

This commit is contained in:
Super12138 2025-02-14 22:10:58 +08:00 committed by GitHub
parent 26bc456859
commit bdf8b9e27c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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