refactor: make bottom spacer smaller
This commit is contained in:
parent
a7f4903182
commit
f41a2f576c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ internal fun AboutScreen(
|
|||
socialSection()
|
||||
otherSection()
|
||||
MadeWithLove()
|
||||
Spacer(modifier = Modifier.padding(bottom = 24.dp))
|
||||
Spacer(modifier = Modifier.padding(bottom = 8.dp))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue