File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,10 @@ const Sidebar = ({
232
232
}
233
233
234
234
const itemStyles = tv ( {
235
- base : "group/menu-item grid cursor-pointer [&>[data-slot=icon]]:size-4 col-span-full [&>[data-slot=icon]]:shrink-0 items-center [&>[data-slot=icon]]:text-muted-fg relative rounded-lg lg:text-sm leading-6" ,
235
+ base : [
236
+ "group/menu-item grid cursor-pointer [&>[data-slot=icon]]:size-4 col-span-full [&>[data-slot=icon]]:shrink-0 items-center [&>[data-slot=icon]]:text-muted-fg relative rounded-lg lg:text-sm leading-6" ,
237
+ "forced-colors:text-[MenuLink] text-fg"
238
+ ] ,
236
239
variants : {
237
240
collapsed : {
238
241
true : [
Original file line number Diff line number Diff line change 21
21
"@shikijs/transformers" : " ^1.22.2" ,
22
22
"chroma-js" : " ^2.6.0" ,
23
23
"clsx" : " ^2.1.1" ,
24
- "cmdk" : " ^1.0.1 " ,
24
+ "cmdk" : " ^1.0.3 " ,
25
25
"color-namer" : " ^1.4.0" ,
26
26
"embla-carousel-autoplay" : " ^8.3.1" ,
27
27
"embla-carousel-react" : " ^8.3.1" ,
28
- "framer-motion" : " ^11.11.10 " ,
28
+ "framer-motion" : " ^11.11.11 " ,
29
29
"input-otp" : " ^1.2.5" ,
30
30
"justd-icons" : " ^1.7.1" ,
31
31
"mitt" : " ^3.0.1" ,
60
60
"@types/chroma-js" : " ^2.4.4" ,
61
61
"@types/color-namer" : " ^1.3.3" ,
62
62
"@types/culori" : " ^2.1.1" ,
63
- "@types/node" : " ^20.17.3 " ,
63
+ "@types/node" : " ^20.17.5 " ,
64
64
"@types/react" : " ^18.3.12" ,
65
65
"@types/react-dom" : " ^18.3.1" ,
66
66
"@types/title" : " ^3.4.3" ,
You can’t perform that action at this time.
0 commit comments