Skip to content

Commit 88f7e47

Browse files
v1.3.2
1 parent 49610c9 commit 88f7e47

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ tailwind.config.js
1111
screenshots
1212
tempCodeRunnerFile.*
1313
.release-it.json
14+
.github
15+
.vscode

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-icons": "^5.3.0",
6363
"react-wrap-balancer": "^1.1.1",
6464
"recharts": "^2.12.7",
65-
"shadcn-theme-editor": "1.3.0-beta",
65+
"shadcn-theme-editor": "1.3.2",
6666
"sonner": "^1.5.0",
6767
"tailwind-merge": "^2.4.0",
6868
"tailwindcss-animate": "^1.0.7",

app/pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ div[role="dialog"] > #shadcn-theme-editor > aside {
8686
@apply !flex flex-col !static !bg-transparent;
8787
}
8888

89+
#shadcn-theme-editor > aside > button.fixed {
90+
@apply !hidden
91+
}
92+
8993
@layer base {
9094
:root {
9195
--background: 180 10% 96%;

0 commit comments

Comments
 (0)