File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
< link href ="https://ik.imagekit.io/n0uvizrukm2/chaibuilder_com/favicon-32x32_8n9AUpFnH.png " rel ="icon " type ="image/svg+xml " />
6
6
< meta content ="width=device-width, initial-scale=1.0 " name ="viewport " />
7
7
< title > Chai Builder</ title >
8
+ < style >
9
+ .jotai-devtools-trigger-button {
10
+ right : 3px !important ;
11
+ left : auto !important ;
12
+ }
13
+ </ style >
8
14
</ head >
9
15
< body >
10
16
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 5
5
"author" : " Suraj Air" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"homepage" : " https://chaibuilder.com" ,
8
- "version" : " 1.2.37 " ,
8
+ "version" : " 1.2.38 " ,
9
9
"type" : " module" ,
10
10
"repository" : {
11
11
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
import {
2
2
Badge ,
3
- Button ,
4
3
Dialog ,
5
4
DialogContent ,
6
5
DialogHeader ,
@@ -32,9 +31,9 @@ export const HotKeys = memo(() => {
32
31
< DialogTrigger >
33
32
< Tooltip >
34
33
< TooltipTrigger >
35
- < Button size = "sm" className = "w-10" variant = "outline ">
34
+ < div className = "flex w-10 items-center justify-center " >
36
35
< KeyboardIcon />
37
- </ Button >
36
+ </ div >
38
37
</ TooltipTrigger >
39
38
< TooltipContent >
40
39
< p > { t ( "Keyboard shortcuts" ) } </ p >
You can’t perform that action at this time.
0 commit comments