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 = 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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue