Revert ConfirmationDialog text dimension

This commit is contained in:
vfsfitvnm 2022-10-06 18:40:56 +02:00
parent ba9ae5c705
commit db4d4e4cae

View file

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