Skip to content

Commit

Permalink
Set selected language to $blue1 (blue theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 23, 2023
1 parent f773848 commit 364d6d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/themes/blue/components/_Select.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.content.theme {
@import "themes/blue/colors";

.react-select.theme {
.selected-option.blue .circle {
background: $blue1;
Expand All @@ -11,6 +12,14 @@
}

.content.theme.blue {
@import "themes/blue/colors";

.react-select.language {
.selected-option {
color: $blue1;
}
}

.react-select.theme {
ul li.blue { display: none; }
}
Expand Down

0 comments on commit 364d6d4

Please sign in to comment.