Skip to content

Commit

Permalink
fix(about): 字体颜色错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Feb 14, 2025
1 parent 26bc456 commit bdf8b9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
}
}
Expand Down Expand Up @@ -231,4 +231,4 @@ private object SpecialDefaults {
val CandleBodyHeight = 20.dp
val WickWidth = 1.5.dp
val WickHeight = 8.dp
}
}

0 comments on commit bdf8b9e

Please sign in to comment.