File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ and use
95
95
96
96
## Upcoming Features
97
97
98
- - Randomize
99
98
- use [ jln themes] ( https://ui.jln.dev/ ) directly in your project
100
99
101
100
## Special Thanks
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shadcn-theme-editor" ,
3
- "version" : " 1.3.0-beta " ,
3
+ "version" : " 1.3.0" ,
4
4
"description" : " Shadcn Theme Editor" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function EditorOpenBtn() {
11
11
onClick = { ( ) => setIsOpen ( ! IsOpen ) }
12
12
className = "fixed bottom-2 right-2 z-[35] opacity-50 hover:opacity-100"
13
13
>
14
- Theme Editor
14
+ { IsOpen ? "Close" : "Open" } Theme Editor
15
15
</ Button >
16
16
< Sidebar isOpen = { IsOpen } />
17
17
</ div >
You can’t perform that action at this time.
0 commit comments