Add navigation bar padding to `SleepTimer` on `MainScreen`

This commit is contained in:
Ensar Sarajčić 2023-10-09 09:16:01 +02:00
parent 9d46496807
commit d40d5329e5
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ internal fun MainScreen(
} }
Box( Box(
modifier = Modifier.align(Alignment.BottomEnd), modifier = Modifier.align(Alignment.BottomEnd)
.navigationBarsPadding(),
) { ) {
sleepTimer() sleepTimer()
} }