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,
contentPadding = contentPadding,
content = {
ProvideTextStyle(value = MaterialTheme.typography.labelSmall) {
ProvideTextStyle(value = if (small) MaterialTheme.typography.labelSmall else MaterialTheme.typography.labelMedium) {
content()
}
}

Loading…
Cancel
Save