fix(profile): fix dark mode on profile page

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-08 11:39:58 +02:00
parent 90f5ed5606
commit 6529d4f20a
8 changed files with 6 additions and 9 deletions

View file

@ -26,7 +26,6 @@ export const CurrentPasswordField: React.FC<CommonFieldProps> = ({ onChange }) =
size='sm'
onChange={onChange}
placeholder={t('login.auth.password') ?? undefined}
className='bg-dark text-light'
autoComplete='current-password'
required
/>