Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a312f30 authored by Kelly's avatar Kelly
Browse files

Change data font size in progress bar preference.

Test: manually tested on device.
Bug: 269055708
Change-Id: I4eb02796a0e257d2d8fc570cab4d2c8477fe195f
parent 67d48682
Loading
Loading
Loading
Loading
−141 B (79.6 KiB)
Loading image diff...
−130 B (93.2 KiB)
Loading image diff...
−252 B (61.5 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ private fun TitleWithData(
            Text(
                text = data,
                color = MaterialTheme.colorScheme.onSurfaceVariant,
                style = MaterialTheme.typography.titleMedium,
                style = MaterialTheme.typography.titleSmall,
            )
        }
        subTitle()