mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
0ef81eca5d
commit
1777ba848f
16 changed files with 261 additions and 173 deletions
|
@ -7,7 +7,7 @@
|
|||
import { useEffect } from 'react'
|
||||
import { useIsDarkModeActivated } from './use-is-dark-mode-activated'
|
||||
|
||||
export const useApplyDarkMode = ():void => {
|
||||
export const useApplyDarkMode = (): void => {
|
||||
const darkModeActivated = useIsDarkModeActivated()
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue