mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 03:19:12 -04:00
feat(style): dark mode
This commit is contained in:
parent
e8594de7b4
commit
3e92b7f1e0
3 changed files with 25 additions and 6 deletions
5
src/stores/style.store.ts
Normal file
5
src/stores/style.store.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { defineStore } from 'pinia';
|
||||
|
||||
export const useStyleStore = defineStore('style', () => ({
|
||||
isDarkTheme: true,
|
||||
}));
|
Loading…
Add table
Add a link
Reference in a new issue