check done text button is small

pull/428/head
Saeed Noshadi 3 years ago
parent e72e31b1f0
commit a984547808
No known key found for this signature in database
GPG Key ID: A866636600442FEC

@ -71,7 +71,7 @@ fun NiaFilledButton(
colors = colors, colors = colors,
contentPadding = contentPadding, contentPadding = contentPadding,
content = { content = {
ProvideTextStyle(value = MaterialTheme.typography.labelSmall) { ProvideTextStyle(value = if (small) MaterialTheme.typography.labelSmall else MaterialTheme.typography.labelMedium) {
content() content()
} }
} }

Loading…
Cancel
Save