mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix indentation and remove console log
This commit is contained in:
@ -19,7 +19,6 @@ const globalStore = useGlobalStore()
|
||||
const enabled = computed({
|
||||
get: () => globalStore.isDarkModeOn,
|
||||
set: (value) => {
|
||||
console.log(value)
|
||||
if (value) {
|
||||
localStorage.theme = 'dark'
|
||||
document.documentElement.classList.add('dark')
|
||||
|
||||
Reference in New Issue
Block a user