Skip to content

Commit

Permalink
Fixed some styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpande committed Mar 18, 2024
1 parent 859e166 commit 4416437
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions libs/pxweb2-ui/src/lib/components/Checkbox/Checkbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
margin-bottom: 10px;
margin-right: 12px;
margin-left: 8px;
min-width: 22px;
width: 22px;
height: 22px;
min-width: 20px;
width: 20px;
height: 20px;
border: 2px solid var(--px-color-border-action);
border-radius: 4px;
top: 0;
Expand All @@ -41,10 +41,13 @@
}

.label {
margin-top: 13px;
margin-top: 11px;
margin-bottom: 8px;
font-family: PxWeb-font-400;
letter-spacing: 0em;
color: var(--px-color-text-default);
line-height: 24px;
font-size: 16px;
}
.strong {
font-family: PxWeb-font-700;
Expand Down

0 comments on commit 4416437

Please sign in to comment.