Skip to content

Commit 241a2f7

Browse files
authored
Merge pull request #347 from puppetlabs/tasks/PDS-486-placeholders
Placeholders now use n700 to meet accessibility contrast ratios.
2 parents c6c541a + 56b5728 commit 241a2f7

File tree

1 file changed

+1
-1
lines changed
  • packages/react-components/source/scss/library/components/forms

1 file changed

+1
-1
lines changed

packages/react-components/source/scss/library/components/forms/_input.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
&.rc-input-empty,
1313
&::placeholder {
14-
@include puppet-type-body(subtle);
14+
@include puppet-type-body(medium);
1515
}
1616

1717
&:hover {

0 commit comments

Comments
 (0)