Skip to content

Commit

Permalink
Fixed styles for Checkbox and Container components
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Oct 9, 2024
1 parent 79140fe commit c3bee14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions src/components/checkbox/styles.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,13 @@

svg
fill: var(--input-border-color)
width: 18px
height: 18px
width: 20px
height: 20px

&.checked
svg
fill: var(--color-main)

&:hover:not(.disabled)
svg
fill: var(--color-main-hover)

&:active:not(.disabled)
svg
fill: var(--color-main-active)

label
color: var(--text-color-primary)
font-size: var(--font-size)
Expand Down
2 changes: 1 addition & 1 deletion src/components/container/styles.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
width: 100%

.header
margin: 0 0 5px 0
margin: -5px 0 5px 0
display: flex
justify-content: space-between

Expand Down

0 comments on commit c3bee14

Please sign in to comment.