We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc2957 commit 5a918daCopy full SHA for 5a918da
src/gui/widget/button.c
@@ -44,7 +44,7 @@ static LCUI_WidgetPrototype prototype = NULL;
44
static const char *button_css = CodeToString(
45
46
button {
47
- padding: 6px 12px;
+ padding: 5px 10px;
48
focusable: true;
49
text-align: center;
50
display: inline-block;
0 commit comments