Skip to content

Commit

Permalink
fix(ui5-checkbox): set default font-size to checkmark (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored and fifoosid committed Jul 4, 2019
1 parent 5c38e09 commit d3a9197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/CheckBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ ui5-checkbox:not([hidden]) {
position: absolute;
justify-content: center;
align-items: center;
font-size: var(--sapUiFontSize);
font-family: "SAP-icons";
color: var(--_ui5_checkbox_checkmark_color);
width: 100%;
Expand Down

0 comments on commit d3a9197

Please sign in to comment.