mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-29 19:30:33 +01:00
working on talents actualisation
This commit is contained in:
@@ -11,7 +11,7 @@ export const useColorStore = defineStore(
|
||||
appConfig.ui.primary = newColor
|
||||
}, { immediate: true })
|
||||
|
||||
const setColor = (color: string) => {
|
||||
function setColor(color: string) {
|
||||
colorCookie.value = color as ColorsTheme
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user