Skip to content

Commit

Permalink
fix(InputGroupAddon): color
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 20, 2024
1 parent a67065e commit d05054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function InputGroupAddon({
ref={ref}
className={clsx(
className,
"pointer-events-none z-10 *:pointer-events-auto",
"pointer-events-none z-10 text-ui-neutral-950/65 *:pointer-events-auto",
)}
>
{children}
Expand Down

0 comments on commit d05054a

Please sign in to comment.