Skip to content

Commit

Permalink
fix placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Mar 7, 2024
1 parent 287264d commit 3e575c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sit-onyx/src/components/OnyxInput/OnyxInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const handleChange = (event: Event) => {
&::placeholder {
color: var(--onyx-color-text-icons-neutral-soft);
opacity: 1;
}
}
}
Expand Down

0 comments on commit 3e575c5

Please sign in to comment.