Skip to content

Commit

Permalink
fix: use theme (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 3, 2024
1 parent d20253c commit 2ca1381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/www/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "./styles.css";
import "@radix-ui/themes/styles.css";
import "@assistant-ui/react-ui/styles.css";
import "@assistant-ui/react-ui/markdown-styles.css";
import "@assistant-ui/react-ui/theme/default.css";

export default function MyApp({ Component, pageProps }: AppProps) {
return (
Expand Down
6 changes: 3 additions & 3 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"types": "./dist/markdown-styles.css.d.ts",
"default": "./dist/markdown-styles.css"
},
"./theme/default.css": {
"types": "./dist/theme/default.css.d.ts",
"default": "./dist/theme/default.css"
"./themes/default.css": {
"types": "./dist/themes/default.css.d.ts",
"default": "./dist/themes/default.css"
}
},
"source": "./src/index.ts",
Expand Down
File renamed without changes.

0 comments on commit 2ca1381

Please sign in to comment.