diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 524f3657..bf7786e9 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -1,7 +1,7 @@ import React from "react"; import type { Preview } from "@storybook/react"; import "@radix-ui/themes/styles.css"; -import { Theme } from "@radix-ui/themes"; +import { Theme } from "../src/components/Theme"; const preview: Preview = { parameters: { @@ -16,7 +16,7 @@ const preview: Preview = { }, decorators: [ (Page) => ( - + ),