Skip to content

Commit

Permalink
🎨 fix css in checkbox and radio (#283)
Browse files Browse the repository at this point in the history
* refactor: remove default msg when button is loading 🔨 #281

* fix: workflow chromatic 🚑

* style: fix right side icon

* style: fix css shrink in check and radio
  • Loading branch information
iurynogueira authored Nov 10, 2022
1 parent a5d799c commit 27a6495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/ion/src/lib/checkbox/checkbox.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $color-neutral-4: 'ced2db';
.ion-checkbox {
width: 16px;
height: 16px;
flex-shrink: 0;
}

.ion-checkbox:enabled {
Expand Down
2 changes: 2 additions & 0 deletions projects/ion/src/lib/radio/radio.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
align-items: center;
justify-content: center;
margin: 0px;
flex-shrink: 0;

&:hover {
border: 1.5px solid $primary-2;
Expand Down Expand Up @@ -95,6 +96,7 @@
align-items: center;
justify-content: center;
margin: 0px;
flex-shrink: 0;

&:hover {
border: 4px solid $primary-5;
Expand Down

0 comments on commit 27a6495

Please sign in to comment.