kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix dark/light theme showing as selected when "auto" is chosen
rodzic
46fdf6d167
commit
7c9959831e
|
|
@ -6,7 +6,8 @@ const theme = useColorMode({
|
||||||
auto: '',
|
auto: '',
|
||||||
light: 'theme-light',
|
light: 'theme-light',
|
||||||
dark: 'theme-dark'
|
dark: 'theme-dark'
|
||||||
}
|
},
|
||||||
|
emitAuto: true
|
||||||
})
|
})
|
||||||
|
|
||||||
export default () => theme
|
export default () => theme
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue