From 24699848eb1d4379cff2ba4f4ad98a60cd8d599f Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 17 Mar 2026 11:39:20 +0800 Subject: [PATCH] fix css layers in storybook --- next-ui/.storybook/preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-ui/.storybook/preview.ts b/next-ui/.storybook/preview.ts index 6277be3a..6f966386 100644 --- a/next-ui/.storybook/preview.ts +++ b/next-ui/.storybook/preview.ts @@ -1,6 +1,5 @@ import type { Preview } from '@storybook/vue3-vite' import { setup } from '@storybook/vue3' -import { withVuetifyTheme } from './withVuetifyTheme.decorator' import { initialize, mswLoader } from 'msw-storybook-addon' import { handlers } from '@/mocks/api/handlers' @@ -15,6 +14,7 @@ import { localeDecorator } from './locale.decorator' import { vuetifyViewports } from './viewport' import { allModes } from './modes' import { PiniaColadaDelay } from '@pinia/colada-plugin-delay' +import { withVuetifyTheme } from './withVuetifyTheme.decorator' initialize( {