Skip to content

Commit

Permalink
font style change on select
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Apr 28, 2023
1 parent 2da100d commit 52d6143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Select/SelectCategory.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.react-select {
background-color: red;
&-container {
height: 100%;
border-color: transparent !important;
Expand All @@ -25,7 +26,7 @@
}
}
&__single-value {
color: wheat !important;
color: #F3F3F3 !important;
}

&__indicator-separator {
Expand Down

0 comments on commit 52d6143

Please sign in to comment.