Add padding to the masteries item in the character sheet

This commit is contained in:
Thomas Andres Gomez 2023-12-07 15:40:56 +01:00
parent d6f8ff1445
commit 86476b306a

View file

@ -156,6 +156,7 @@ fun ProficiencyPageContent(
},
masteries = {
Masteries(
modifier = Modifier.padding(vertical = 4.dp),
masteries = sheet.masteries,
)
Text(