Skip to content

Commit

Permalink
Merge pull request #649 from rlucke/issue-632
Browse files Browse the repository at this point in the history
Change the color of placeholder text input and textarea fields to a darker gray
  • Loading branch information
lkiesow authored Jun 7, 2024
2 parents 9c37053 + 4816249 commit 8ce5d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ textarea {
color: $medium-prim-color;

&::placeholder {
color: $light-prim-color;
color: $color-darkgray;
}

&:hover {
Expand Down

0 comments on commit 8ce5d9d

Please sign in to comment.