|
|
@ -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()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|