Skip to content

Commit 7a12832

Browse files
authored
Merge pull request #217 from rackerlabs/fix-placeholder-style
fix(CSS): correct placeholder color
2 parents 276f9cb + 8a16a0b commit 7a12832

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)