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 345bba6 commit 464d58bCopy full SHA for 464d58b
src/sass/_source.scss
@@ -8,7 +8,7 @@
8
}
9
10
@mixin Input_active_Field-Label_Field-Label {
11
- @apply text-gray-700 font-bliss text-sm font-normal;
+ @apply text-black font-bliss text-sm font-normal;
12
13
14
@mixin Input_active_Component {
@@ -40,7 +40,7 @@
40
41
42
@mixin Input_hover_Field-Label_Field-Label {
43
+ @apply text-[#9b9da3] font-bliss text-sm font-normal;
44
45
46
@mixin Input_hover_Component {
@@ -72,7 +72,7 @@
72
73
74
@mixin Input_selected_Field-Label_Field-Label {
75
+ @apply text-red-500 font-bliss text-sm font-normal;
76
77
78
@mixin Input_selected_Component {
0 commit comments