diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/Dialog.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/Dialog.kt index 027483a..811fd51 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/Dialog.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/Dialog.kt @@ -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) )