Revert ConfirmationDialog text dimension
This commit is contained in:
parent
ba9ae5c705
commit
db4d4e4cae
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ fun ConfirmationDialog(
|
|||
) {
|
||||
BasicText(
|
||||
text = text,
|
||||
style = typography.s.medium.center,
|
||||
style = typography.xs.medium.center,
|
||||
modifier = Modifier
|
||||
.padding(all = 16.dp)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue