Fix spell chooser padding.

This commit is contained in:
Thomas Andres Gomez 2023-09-27 16:39:27 +02:00
parent 5f8a218ac3
commit 25eefa7bcc

View file

@ -138,6 +138,7 @@ fun CharacterSheetScreen(
},
sheet = {
SpellLevelChooser(
modifier = Modifier.navigationBarsPadding(),
spells = spellsViewModel.preparedSpellLevel,
onLevel = { spell, level ->
scope.launch { sheetState.hide() }