Skip to content

Commit

Permalink
refactor: improve TextInput styles
Browse files Browse the repository at this point in the history
  • Loading branch information
serudda committed Nov 18, 2023
1 parent 0258542 commit a194021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Inputs/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
<div className={classes.container}>
{label && (
<label
className="mb-2 block text-sm font-semibold leading-4 text-slate-500 dark:bg-slate-400"
className="mb-2 block text-sm font-semibold leading-4 text-slate-950 dark:text-slate-400"
htmlFor={id}
>
{label}
Expand Down

0 comments on commit a194021

Please sign in to comment.