Fixed settings dialog title paddings

This commit is contained in:
Abdelilah El Aissaoui 2022-08-04 23:59:27 +02:00
parent f0a4fd379f
commit 7f42548b53

View file

@ -63,9 +63,8 @@ fun SettingsDialog(
Column(modifier = Modifier.height(720.dp)) {
Text(
text = "Settings",
color = MaterialTheme.colors.primaryTextColor,
fontSize = 20.sp,
modifier = Modifier.padding(top = 8.dp, bottom = 16.dp, start = 8.dp)
style = MaterialTheme.typography.h3,
modifier = Modifier.padding(top = 8.dp, bottom = 16.dp)
)
Row(modifier = Modifier.weight(1f)) {