Compare commits

..

2 commits

Author SHA1 Message Date
d3fa9e0725 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	composeApp/src/commonMain/kotlin/mg/dot/feufaro/solfa/TimeUnitObject.kt
2026-06-22 10:18:30 +03:00
e55e2172c1 Improve ui/ux and dynamic theme & fontsize controls on Settings 2026-06-22 10:15:57 +03:00

View file

@ -769,7 +769,7 @@ fun LazyVerticalGridTUO(
fontStyle = fontStyle,
fontWeight = fontWeight,
style = TextStyle(
color = MaterialTheme.colorScheme.onSecondaryContainer,
color = MaterialTheme.colorScheme.onSecondary,
fontSize = MaterialTheme.typography.titleMedium.fontSize
)
)