Skip to content

Instantly share code, notes, and snippets.

@firmai
Created March 28, 2024 20:38
Show Gist options
  • Save firmai/5527685f1844845f2cb7bd72b59cac76 to your computer and use it in GitHub Desktop.
Save firmai/5527685f1844845f2cb7bd72b59cac76 to your computer and use it in GitHub Desktop.
.Select-control {
background-color: #222 !important;
}
.Select.is-focused > .Select-control {
background-color: #222;
}
#school-input {
color: white;
}
.Select-value-label {
color: white;
}
.Select--single > .Select-control .Select-value, .Select-placeholder {
border: 1px solid grey;
border-radius: 4px;
}
.VirtualizedSelectOption {
background-color: #222;
color: white;
}
.VirtualizedSelectFocusedOption {
background-color: #222;
opacity: .7;
}
.Select.is-focused:not(.is-open) > .Select-control {
background-color: #222;
border-color: var(--primary);
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment