Skip to content

Commit

Permalink
fix(popup/Input): use correct lighter color for placeholder (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Sep 9, 2024
1 parent 623fdbf commit 79b2767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/components/ui/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const inputVariants = cva(
[
'h-14 w-full rounded-xl border border-2 px-4 text-base text-medium',
'focus:border-focus focus:outline-none',
'placeholder-disabled',
'placeholder:text-disabled',
],

{
Expand Down

0 comments on commit 79b2767

Please sign in to comment.