Bump some font sizes from small to medium after review
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ fun PreferenceText(
|
||||
}
|
||||
if (subtitle != null) {
|
||||
Text(
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
text = subtitle,
|
||||
color = tintColor ?: MaterialTheme.colorScheme.tertiary,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user