Skip to content

Commit d262eba

Browse files
committed
fix date picker placeholder color
1 parent 4dbb2e0 commit d262eba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/onboarding/src/components/DateInput/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@
6161
font-weight: 400;
6262

6363
&::placeholder {
64-
color: #aaa;
64+
color: #7F7F7F;
6565
font-size: 14px;
6666
font-weight: 400;
6767
text-transform: none !important;
68+
opacity: 1;
6869
}
6970
}
7071
}

0 commit comments

Comments
 (0)