feat(hackathon): update dark mode onboarding and edit profile
This commit is contained in:
@@ -56,7 +56,7 @@ export const InputField: FC<TInputFieldProps> = ({
|
||||
<label
|
||||
htmlFor={htmlFor}
|
||||
className={cn(
|
||||
'items-start justify-item-start text-start text-neutral-800! dark:text-gray-300!',
|
||||
'items-start justify-item-start text-start text-neutral-800! dark:text-neutral-300!',
|
||||
sizeClasses[size].label
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user