Skip to content

Commit 8a16a0b

Browse files
author
Ryan A. Johnson
committed
fix(CSS): correct placeholder color
1 parent 276f9cb commit 8a16a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helix-ui/styles/mixins.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.u-placeholder() {
2-
color: @gray-700; // contrast @ 4.6:1
2+
color: @gray-750;
33
font-style: italic;
44
font-weight: 400;
55
opacity: 1;

0 commit comments

Comments
 (0)