We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bf277 commit e7f241dCopy full SHA for e7f241d
src/components/v5/common/Fields/Select/Select.module.css
@@ -14,6 +14,14 @@
14
@apply bg-transparent text-gray-300;
15
}
16
17
+.wrapper :global(.select__control--is-disabled .select__single-value) {
18
+ @apply text-gray-300;
19
+}
20
+
21
+.wrapper :global(.select__control--is-disabled .select__indicator) {
22
23
24
25
.wrapper :global(.select__placeholder) {
26
@apply font-normal text-gray-400;
27
0 commit comments