refactor: make bottom spacer smaller

This commit is contained in:
FunkyMuse 2023-08-02 12:24:28 +02:00
parent a7f4903182
commit f41a2f576c

View file

@ -28,7 +28,7 @@ internal fun AboutScreen(
socialSection()
otherSection()
MadeWithLove()
Spacer(modifier = Modifier.padding(bottom = 24.dp))
Spacer(modifier = Modifier.padding(bottom = 8.dp))
}
}