Fixed settings dialog title paddings
This commit is contained in:
parent
f0a4fd379f
commit
7f42548b53
@ -63,9 +63,8 @@ fun SettingsDialog(
|
|||||||
Column(modifier = Modifier.height(720.dp)) {
|
Column(modifier = Modifier.height(720.dp)) {
|
||||||
Text(
|
Text(
|
||||||
text = "Settings",
|
text = "Settings",
|
||||||
color = MaterialTheme.colors.primaryTextColor,
|
style = MaterialTheme.typography.h3,
|
||||||
fontSize = 20.sp,
|
modifier = Modifier.padding(top = 8.dp, bottom = 16.dp)
|
||||||
modifier = Modifier.padding(top = 8.dp, bottom = 16.dp, start = 8.dp)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
Row(modifier = Modifier.weight(1f)) {
|
Row(modifier = Modifier.weight(1f)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user