Skip to content

Commit

Permalink
add missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Nov 22, 2024
1 parent 48df411 commit c340fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
ref={ref}
className={classNames(
resetClasses,
"ink-w-full ink-rounded-8 ink-bg-background-container ink-p-2 ink-text-body-2",
"ink-w-full ink-rounded-8 ink-bg-background-container ink-p-2 ink-text-body-2 ink-text-text-default",
"focus:ink-outline focus:ink-outline-1 ink-outline-text-on-secondary",
className
)}
Expand Down

0 comments on commit c340fbc

Please sign in to comment.