Fix nuxt error and working

This commit is contained in:
2023-08-17 22:26:34 +02:00
parent 12a86766dd
commit a988391944
10 changed files with 306 additions and 169 deletions

View File

@@ -4,7 +4,7 @@ import { ColorsTheme } from '~~/types'
const colors = Object.values(ColorsTheme)
const { setColor, getColor } = useColorStore()
const { getColor, setColor } = useColorStore()
</script>
<template>

View File

@@ -1,6 +1,6 @@
<template>
<header class="z-30 sticky top-0 left-0 w-container bg-white dark:bg-zinc-900 border-b border-zinc-100 dark:border-zinc-300/10">
<div class="mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl py-4 flex justify-between">
<header class="z-30 sticky top-0 left-0 flex justify-center w-full">
<div class="w-full px-4 sm:px-6 lg:px-8 sm:mx-8 max-w-7xl py-4 flex justify-between bg-white dark:bg-zinc-900 border-b border-zinc-100 dark:border-zinc-300/10">
<Logo />
<NavBar />
<div class="flex gap-2">