Skip to content

Commit

Permalink
Update ScriptBrowser component to remove border styles for script items
Browse files Browse the repository at this point in the history
  • Loading branch information
BramSuurdje committed Jun 15, 2024
1 parent e8cab0c commit 7ea090d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ScriptBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ const ScriptBrowser = ({
className={clsx(
"ml-auto w-[37.69px] justify-center text-center",
{
"border-primary/75 text-primary/75":
"text-primary/75":
script.item_type === "VM",
"border-yellow-500/75 text-yellow-500/75":
"text-yellow-500/75":
script.item_type === "LXC",
"border-none": script.item_type === "",
hidden: !["VM", "LXC", ""].includes(
Expand Down

0 comments on commit 7ea090d

Please sign in to comment.