chore: reduced padding on panel containers
This commit is contained in:
parent
19f21e5867
commit
f20139d0fa
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue