Fix typography styles parents

This commit is contained in:
MM20
2022-02-20 13:14:31 +01:00
parent 05f64ea238
commit b29f00cc79
2 changed files with 3 additions and 3 deletions
@@ -15,6 +15,6 @@ fun DigitalClock2(
) {
Text(
text = DateUtils.formatDateTime(LocalContext.current, time, DateUtils.FORMAT_SHOW_TIME),
style = MaterialTheme.typography.displayLarge
style = MaterialTheme.typography.displaySmall
)
}