diff --git a/src/style.cpp b/src/style.cpp index 2bb2332..7fab4b6 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -19,7 +19,7 @@ Clay_ElementDeclaration PanelContainer(size_t depth, Clay_ElementDeclaration bas CLAY_BORDER_OUTSIDE(2) }; baseCfg.cornerRadius = defaultRadiusAll; - baseCfg.layout.padding = CLAY_PADDING_ALL(16); + baseCfg.layout.padding = CLAY_PADDING_ALL(8); return baseCfg; }