Skip to content

Commit d3a9197

Browse files
ilhan007fifoosid
authored andcommitted
fix(ui5-checkbox): set default font-size to checkmark (#618)
1 parent 5c38e09 commit d3a9197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/CheckBox.css

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ ui5-checkbox:not([hidden]) {
139139
position: absolute;
140140
justify-content: center;
141141
align-items: center;
142+
font-size: var(--sapUiFontSize);
142143
font-family: "SAP-icons";
143144
color: var(--_ui5_checkbox_checkmark_color);
144145
width: 100%;

0 commit comments

Comments
 (0)