Revert ConfirmationDialog text dimension
This commit is contained in:
@@ -179,7 +179,7 @@ fun ConfirmationDialog(
|
|||||||
) {
|
) {
|
||||||
BasicText(
|
BasicText(
|
||||||
text = text,
|
text = text,
|
||||||
style = typography.s.medium.center,
|
style = typography.xs.medium.center,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(all = 16.dp)
|
.padding(all = 16.dp)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user