Merge "Change data font size in progress bar preference."

This commit is contained in:
Kelly Zhang
2023-02-14 05:27:14 +00:00
committed by Android (Google) Code Review
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -163,7 +163,7 @@ private fun TitleWithData(
Text(
text = data,
color = MaterialTheme.colorScheme.onSurfaceVariant,
style = MaterialTheme.typography.titleMedium,
style = MaterialTheme.typography.titleSmall,
)
}
subTitle()