Skip to content

Commit

Permalink
feat: bold and centered text in toggle button (#6369)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Apr 26, 2024
2 parents 1586081 + 186e0f2 commit 3ba97fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/themes/default/src/components/input-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@
padding-right: 1rem;

.input-label-span {
margin: auto 0;
margin: auto auto;
font-weight: 700;
}
}

Expand Down

0 comments on commit 3ba97fe

Please sign in to comment.