Skip to content

Commit

Permalink
Fixed card menu icon highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-dalby committed Nov 25, 2024
1 parent 86a415f commit ac06398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/snippets/list/SnippetCardMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SnippetCardMenu: React.FC<SnippetCardMenuProps> = ({
}}
variant="custom"
size="sm"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-surface dark:hover:bg-dark-surface"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-hover-more dark:hover:bg-dark-hover-more"
label="Edit snippet"
/>
<IconButton
Expand All @@ -80,7 +80,7 @@ const SnippetCardMenu: React.FC<SnippetCardMenuProps> = ({
}}
variant="custom"
size="sm"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-surface dark:hover:bg-dark-surface"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-hover-more dark:hover:bg-dark-hover-more"
label="Delete snippet"
/>

Expand All @@ -94,7 +94,7 @@ const SnippetCardMenu: React.FC<SnippetCardMenuProps> = ({
}}
variant="custom"
size="sm"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-surface dark:hover:bg-dark-surface"
className="bg-light-hover dark:bg-dark-hover hover:bg-light-hover-more dark:hover:bg-dark-hover-more"
label="More options"
/>

Expand Down

0 comments on commit ac06398

Please sign in to comment.