Skip to content

Commit

Permalink
fix dropdown background
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Jan 10, 2025
1 parent 269dc9f commit cbd55aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Dropdown/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
letter-spacing: 0.5px;

option {
background-color: vars.$card-bg;
background-color: vars.$black;
}
}

Expand All @@ -45,7 +45,7 @@
}

.contents {
background-color: vars.$card-bg;
background-color: vars.$black;
border-radius: 8px;
box-shadow:
0px 1px 2px 0px rgba(0, 0, 0, 0.3),
Expand Down

0 comments on commit cbd55aa

Please sign in to comment.