Skip to content

Commit

Permalink
fix(input): set placeholder opacity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed May 13, 2021
1 parent d2f72c1 commit 740def0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/core/src/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
padding: var(--S16) var(--S12) var(--S12);

&::placeholder {
opacity: 1;
font: var(--Body1);
color: var(--N600);
}
Expand Down

0 comments on commit 740def0

Please sign in to comment.