Skip to content

Commit

Permalink
fix(select): add missing background color
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub committed Jan 16, 2025
1 parent 08f5365 commit c4d5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
line-height: 1.5;
padding: 1.375rem 3rem 1.375rem 1rem;

background: none;
background: var(--leu-color-black-0);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit c4d5117

Please sign in to comment.