Skip to content

Commit

Permalink
fix(select): add background color to Select component
Browse files Browse the repository at this point in the history
  • Loading branch information
gratestas committed Aug 30, 2023
1 parent 4cc4bdc commit 9607d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/presentational/select/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
max-height: 200px;
overflow-y: auto;
list-style: none;
background-color: transparent;
background-color: hsl(var(--background));
border: 1px solid hsl(var(--english-breakfast-800));
border-radius: 4px;
box-shadow: shadowTemplate(var(--english-breakfast-500));
Expand Down

0 comments on commit 9607d75

Please sign in to comment.