Fix unit converter button text style
This commit is contained in:
parent
3c447b82a4
commit
fa41c32191
@ -135,7 +135,10 @@ fun UnitConverterItem(
|
||||
modifier = Modifier
|
||||
.padding(horizontal = 12.dp)
|
||||
) {
|
||||
Text(text = stringResource(id = R.string.unit_converter_show_all))
|
||||
Text(
|
||||
text = stringResource(id = R.string.unit_converter_show_all),
|
||||
style = MaterialTheme.typography.labelLarge
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user