Skip to content

Commit 464d58b

Browse files
committed
Update SCSS variables from Figma
1 parent 345bba6 commit 464d58b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sass/_source.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
@mixin Input_active_Field-Label_Field-Label {
11-
@apply text-gray-700 font-bliss text-sm font-normal;
11+
@apply text-black font-bliss text-sm font-normal;
1212
}
1313

1414
@mixin Input_active_Component {
@@ -40,7 +40,7 @@
4040
}
4141

4242
@mixin Input_hover_Field-Label_Field-Label {
43-
@apply text-gray-700 font-bliss text-sm font-normal;
43+
@apply text-[#9b9da3] font-bliss text-sm font-normal;
4444
}
4545

4646
@mixin Input_hover_Component {
@@ -72,7 +72,7 @@
7272
}
7373

7474
@mixin Input_selected_Field-Label_Field-Label {
75-
@apply text-gray-700 font-bliss text-sm font-normal;
75+
@apply text-red-500 font-bliss text-sm font-normal;
7676
}
7777

7878
@mixin Input_selected_Component {

0 commit comments

Comments
 (0)