Add padding to the masteries item in the character sheet
This commit is contained in:
parent
d6f8ff1445
commit
86476b306a
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ fun ProficiencyPageContent(
|
|||
},
|
||||
masteries = {
|
||||
Masteries(
|
||||
modifier = Modifier.padding(vertical = 4.dp),
|
||||
masteries = sheet.masteries,
|
||||
)
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue