File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,14 @@ export function Shortcuts() {
33
33
< SheetContent >
34
34
< SheetHeader >
35
35
< SheetTitle >
36
- < Keyboard className = "size-5 text-indigo-500" />
37
- Keyboard shortcuts
36
+ < div className = "flex items-center gap-x-2" >
37
+ < Keyboard className = "size-5 text-indigo-500" />
38
+ < span className = "font-sans text-base font-medium text-text-bright" >
39
+ Keyboard shortcuts
40
+ </ span >
41
+ </ div >
38
42
</ SheetTitle >
39
- < SheetDescription className = "space-y-6 px-4 py-2" >
43
+ < div className = "space-y-6 px-4 py-2" >
40
44
< div className = "space-y-3" >
41
45
< Header3 > General</ Header3 >
42
46
< Shortcut name = "Close" >
@@ -127,7 +131,7 @@ export function Shortcuts() {
127
131
< ShortcutKey shortcut = { { key : "n" } } variant = "medium/bright" />
128
132
</ Shortcut >
129
133
</ div >
130
- </ SheetDescription >
134
+ </ div >
131
135
</ SheetHeader >
132
136
</ SheetContent >
133
137
</ Sheet >
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const SheetTitle = React.forwardRef<
90
90
) }
91
91
{ ...props }
92
92
>
93
- < Header2 className = "flex items-center gap-2" > { children } </ Header2 >
93
+ { children }
94
94
< SheetPrimitive . Close className = "flex items-center gap-1 rounded-sm p-1 pl-0 transition hover:bg-charcoal-750 focus-visible:focus-custom disabled:pointer-events-none" >
95
95
< ShortcutKey shortcut = { { key : "esc" } } variant = "small" />
96
96
< NamedIcon name = "close" className = "size-4" />
You can’t perform that action at this time.
0 commit comments