Skip to content

Commit

Permalink
Adjust TextField styles
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 12, 2024
1 parent 456adca commit 891d53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ui/components/text-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const TextField = forwardRef<HTMLInputElement, TextFieldProps>(
return (
<div un-flex="~ col" un-gap="2" className="w-full">
<div un-flex="~" un-justify="between" un-items="center" un-gap="2">
<span className="prose" un-text="sm" un-font="500">
<span className="prose" un-text="sm neutral-950" un-font="500">
{label}
</span>

Expand Down

0 comments on commit 891d53a

Please sign in to comment.