Skip to content

Commit

Permalink
refactor: fix background color input and border
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathh19 committed Sep 20, 2024
1 parent a67c939 commit 216bb93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/layouts/pages/PetVet/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@
border-radius: 0.3rem;

&:checked {
border-color: colors.$primary500;
background-color: colors.$primary500;
border-color: colors.$primary200;

background-color: colors.$primary200;

background-image: url('./images/check.svg');
background-position: center;
background-repeat: no-repeat;
background-position: center;
background-size: 70% 70%;
}

Expand Down

0 comments on commit 216bb93

Please sign in to comment.