Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 1, 2024
1 parent 96e118e commit 23d757b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion components/ui/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ const Sidebar = ({
}

const itemStyles = tv({
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",
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",
"forced-colors:text-[MenuLink] text-fg"
],
variants: {
collapsed: {
true: [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@shikijs/transformers": "^1.22.2",
"chroma-js": "^2.6.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.1",
"cmdk": "^1.0.3",
"color-namer": "^1.4.0",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-react": "^8.3.1",
"framer-motion": "^11.11.10",
"framer-motion": "^11.11.11",
"input-otp": "^1.2.5",
"justd-icons": "^1.7.1",
"mitt": "^3.0.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/chroma-js": "^2.4.4",
"@types/color-namer": "^1.3.3",
"@types/culori": "^2.1.1",
"@types/node": "^20.17.3",
"@types/node": "^20.17.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/title": "^3.4.3",
Expand Down

0 comments on commit 23d757b

Please sign in to comment.