Skip to content

Commit 699f786

Browse files
committed
PM-1495 Fix global font color for inputs
1 parent e22f459 commit 699f786

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/libs/ui/lib/components/form/form-groups/form-input/input-select-react/InputSelectReact.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
&:global(__single-value) {
7979
@extend .body-small;
80-
color: $black-60;
80+
color: $black-100;
8181
white-space: break-spaces;
8282
word-break: break-all;
8383
text-align: left;

src/libs/ui/lib/components/form/form-groups/form-input/input-select/InputSelect.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
align-items: center;
66
margin-top: $sp-1;
77
cursor: pointer;
8-
color: $black-60;
8+
color: $black-100;
99

1010
&-icon {
1111
margin-left: auto;

src/libs/ui/lib/components/form/form-groups/form-input/input-text/InputText.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.form-input-text {
55
@extend .body-small;
6-
color: $black-60;
6+
color: $black-100;
77
box-sizing: border-box;
88
border: 0;
99
width: 100%;

src/libs/ui/lib/components/form/form-groups/form-input/input-textarea/InputTextarea.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.form-input-textarea {
55
@include font-roboto;
66
@extend .body-small;
7-
color: $black-60;
7+
color: $black-100;
88
box-sizing: border-box;
99
border: none;
1010
outline: none;

0 commit comments

Comments
 (0)