mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 23:58:58 -04:00
fix(profile): fix dark mode on profile page
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
90f5ed5606
commit
6529d4f20a
8 changed files with 6 additions and 9 deletions
|
@ -21,7 +21,7 @@ export const ProfileAccountManagement: React.FC = () => {
|
|||
|
||||
return (
|
||||
<Fragment>
|
||||
<Card className='bg-dark mb-4'>
|
||||
<Card className='mb-4'>
|
||||
<Card.Body>
|
||||
<Card.Title>
|
||||
<Trans i18nKey='profile.accountManagement' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue