mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-21 16:47:08 +02:00
fix(app): settings overlay dimensions
This commit is contained in:
parent
a751930742
commit
cea7a8c61e
@ -108,7 +108,7 @@ class SettingsOverlay(
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.padding(start = 15.dp, end = 15.dp, top = 25.dp, bottom = 25.dp)
|
||||
.padding(start = 12.dp, end = 12.dp, top = 10.dp, bottom = 20.dp)
|
||||
.clip(shape = MaterialTheme.shapes.large),
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
verticalArrangement = Arrangement.Center
|
||||
|
Loading…
x
Reference in New Issue
Block a user