Fix spell chooser padding.
This commit is contained in:
parent
5f8a218ac3
commit
25eefa7bcc
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ fun CharacterSheetScreen(
|
|||
},
|
||||
sheet = {
|
||||
SpellLevelChooser(
|
||||
modifier = Modifier.navigationBarsPadding(),
|
||||
spells = spellsViewModel.preparedSpellLevel,
|
||||
onLevel = { spell, level ->
|
||||
scope.launch { sheetState.hide() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue