Skip to content

Commit

Permalink
chore: Remove unused imports and update styles in ScriptBrowser and A…
Browse files Browse the repository at this point in the history
…ccordion components
  • Loading branch information
BramSuurdje committed Jun 8, 2024
1 parent 74acda5 commit b113d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/ScriptBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const ScriptBrowser = ({
key={category.collectionId}
value={category.catagoryName}
className={clsx(
'sm:text-md flex flex-col border-none px-2',
'sm:text-md flex flex-col border-none',
{ 'bg-accent/30 rounded-lg': expandedItems.includes(category.catagoryName) && expandedItems.length <= 1 }
)}
>
Expand All @@ -208,7 +208,7 @@ const ScriptBrowser = ({
)}
>
<div className="mr-2 flex w-full items-center justify-between">
<span className="ml-2">
<span className="">
{category.catagoryName}{" "}
</span>
<span className="rounded-full bg-gray-200 px-2 py-1 text-xs text-muted-foreground hover:no-underline dark:bg-blue-800/20">
Expand Down
1 change: 0 additions & 1 deletion components/ui/accordion.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client"

import * as React from "react"
import * as AccordionPrimitive from "@radix-ui/react-accordion"
import { ChevronDown } from "lucide-react"
Expand Down

0 comments on commit b113d06

Please sign in to comment.