fix: renamed INNER_CONTAINER to CONTAINER

This commit is contained in:
Sara 2025-09-17 22:01:09 +02:00
parent f99d414667
commit 4c9cafdff5

View file

@ -11,7 +11,7 @@ void DiceLogContainer() {
.sizing = layoutExpand,
.padding = CLAY_PADDING_ALL(16),
},
.INNER_CONTAINER(0),
.CONTAINER(0),
}) {}
}
@ -22,7 +22,7 @@ void InitiativeListContainer() {
.sizing = layoutExpand,
.padding = CLAY_PADDING_ALL(16),
},
.INNER_CONTAINER(0),
.CONTAINER(0),
}) {}
}