Skip to content

Commit

Permalink
Change border to outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Brain committed Sep 12, 2024
1 parent af5c4e1 commit 535d08c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* Create a custom Checkbox */
.checkmark {
background-color: var(--bgInputListTile);
border: solid 1px var(--grey400);
outline: solid 1px var(--grey400);
border-radius: 2px;
min-width: 28px;
.dayLetter {
Expand All @@ -53,7 +53,7 @@
/* When the Checkbox is checked, add a green background */
.container input:checked + .checkmark {
background-color: var(--teal700);
border: none;
outline: none;

.dayLetter {
color: white;
Expand Down

0 comments on commit 535d08c

Please sign in to comment.