mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
Add dark mode (#554)
This commit is contained in:
parent
be2428f22c
commit
44637c753e
80 changed files with 2474 additions and 178 deletions
|
@ -37,7 +37,7 @@ export const ViaLdap: React.FC = () => {
|
|||
type="text"
|
||||
size="sm"
|
||||
placeholder={t('login.auth.username')}
|
||||
onChange={(event) => setUsername(event.currentTarget.value)} className="bg-dark text-white"
|
||||
onChange={(event) => setUsername(event.currentTarget.value)} className="bg-dark text-light"
|
||||
autoComplete='username'
|
||||
/>
|
||||
</Form.Group>
|
||||
|
@ -49,7 +49,7 @@ export const ViaLdap: React.FC = () => {
|
|||
size="sm"
|
||||
placeholder={t('login.auth.password')}
|
||||
onChange={(event) => setPassword(event.currentTarget.value)}
|
||||
className="bg-dark text-white"
|
||||
className="bg-dark text-light"
|
||||
autoComplete='current-password'
|
||||
/>
|
||||
</Form.Group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue