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 = stringResource(R.string.happy_birthday),
style = MaterialTheme.typography.headlineMedium
style = MaterialTheme.typography.headlineMedium.copy(color = Color.Black)
)
}
}
@ -231,4 +231,4 @@ private object SpecialDefaults {
val CandleBodyHeight = 20.dp
val WickWidth = 1.5.dp
val WickHeight = 8.dp
}
}