Fix: Sync colors for light/dark mode consistency

This commit is contained in:
supalerk-ar66 2026-01-14 11:36:28 +07:00
parent e7ea035a9e
commit 6239159099
12 changed files with 445 additions and 175 deletions

View file

@ -15,6 +15,7 @@ type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {},
export const AppHeader: typeof import("../components/common/AppHeader.vue").default
export const AppSidebar: typeof import("../components/common/AppSidebar.vue").default
export const FormInput: typeof import("../components/common/FormInput.vue").default
export const GlobalLoader: typeof import("../components/common/GlobalLoader.vue").default
export const LandingFooter: typeof import("../components/common/LandingFooter.vue").default
@ -172,6 +173,7 @@ export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/compone
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components").Body
export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island").default
export const LazyAppHeader: LazyComponent<typeof import("../components/common/AppHeader.vue").default>
export const LazyAppSidebar: LazyComponent<typeof import("../components/common/AppSidebar.vue").default>
export const LazyFormInput: LazyComponent<typeof import("../components/common/FormInput.vue").default>
export const LazyGlobalLoader: LazyComponent<typeof import("../components/common/GlobalLoader.vue").default>
export const LazyLandingFooter: LazyComponent<typeof import("../components/common/LandingFooter.vue").default>

View file

@ -1 +1 @@
{"id":"dev","timestamp":1768360747858}
{"id":"dev","timestamp":1768363426076}

View file

@ -1 +1 @@
{"id":"dev","timestamp":1768360747858,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
{"id":"dev","timestamp":1768363426076,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

View file

@ -1,5 +1,5 @@
{
"date": "2026-01-14T03:19:14.221Z",
"date": "2026-01-14T04:03:52.160Z",
"preset": "nitro-dev",
"framework": {
"name": "nuxt",
@ -9,9 +9,9 @@
"nitro": "2.12.8"
},
"dev": {
"pid": 16832,
"pid": 23376,
"workerAddress": {
"socketPath": "\\\\.\\pipe\\nitro-worker-16832-1-1-6766.sock"
"socketPath": "\\\\.\\pipe\\nitro-worker-23376-1-1-2860.sock"
}
}
}

View file

@ -1,8 +1,8 @@
/// <reference types="quasar" />
/// <reference types="nuxt-quasar-ui" />
/// <reference types="@nuxt/devtools" />
/// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="@nuxt/devtools" />
/// <reference path="types/builder-env.d.ts" />
/// <reference types="nuxt" />
/// <reference path="types/app-defaults.d.ts" />

View file

@ -1,4 +1,4 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 14/1/2569 10:19:11
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 14/1/2569 11:33:56
import "@nuxtjs/tailwindcss/config-ctx"
import configMerger from "@nuxtjs/tailwindcss/merger";

View file

@ -15,6 +15,7 @@ type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {},
interface _GlobalComponents {
'AppHeader': typeof import("../../components/common/AppHeader.vue").default
'AppSidebar': typeof import("../../components/common/AppSidebar.vue").default
'FormInput': typeof import("../../components/common/FormInput.vue").default
'GlobalLoader': typeof import("../../components/common/GlobalLoader.vue").default
'LandingFooter': typeof import("../../components/common/LandingFooter.vue").default
@ -172,6 +173,7 @@ interface _GlobalComponents {
'Body': typeof import("../../node_modules/nuxt/dist/head/runtime/components").Body
'NuxtIsland': typeof import("../../node_modules/nuxt/dist/app/components/nuxt-island").default
'LazyAppHeader': LazyComponent<typeof import("../../components/common/AppHeader.vue").default>
'LazyAppSidebar': LazyComponent<typeof import("../../components/common/AppSidebar.vue").default>
'LazyFormInput': LazyComponent<typeof import("../../components/common/FormInput.vue").default>
'LazyGlobalLoader': LazyComponent<typeof import("../../components/common/GlobalLoader.vue").default>
'LazyLandingFooter': LazyComponent<typeof import("../../components/common/LandingFooter.vue").default>