diff --git a/src/dice_container.c b/src/dice_container.c index 472d4e3..c6d6f38 100644 --- a/src/dice_container.c +++ b/src/dice_container.c @@ -62,10 +62,9 @@ void DiceSelectorContainer() { CLAY(CLAY_ID("DiceSelectorInner"), { .layout = { .layoutDirection = CLAY_TOP_TO_BOTTOM, - .childGap = paragraphGap, .childAlignment = { CLAY_ALIGN_X_CENTER, CLAY_ALIGN_Y_CENTER }, .sizing = { CLAY_SIZING_FIT(), CLAY_SIZING_FIT() }, - .padding = panelPadding, + .padding = { 2, 2, 5, 5 }, }, .clip = { true, true, Clay_GetScrollOffset(),