diff --git a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties index 350755fd..78e519b4 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties +++ b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties @@ -38,7 +38,7 @@ CheckBox.selectionFocusSelectedColor = %controlFillFocus CheckBox.arc = %arcSecondary CheckBox.borderThickness = %borderThickness CheckBox.borderInsets = 4,4,4,4 -CheckBox.iconBaselineOffset = 2 +CheckBox.iconBaselineOffset = 1 #Icons CheckBox.icon = {control/checkBox.svg[themed](19,19);\ diff --git a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties index 151e109d..73f53204 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties +++ b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties @@ -38,7 +38,7 @@ RadioButton.activeBorderColor = %controlBorder RadioButton.inactiveBorderColor = %controlBorderDisabled RadioButton.borderInsets = 4,4,4,4 -RadioButton.iconBaselineOffset = 1 +RadioButton.iconBaselineOffset = 0 #Icons RadioButton.icon = {control/radio.svg[themed](19,19);\