Skip to content

Commit

Permalink
feat(player): ajust CSS button variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Oct 24, 2023
1 parent 4cd6d82 commit 969384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const MoreSubMenu = memo(() => {
return (
<Menu shadow="md" width={200} position="top">
<Menu.Target>
<ActionIcon>
<ActionIcon variant="transparent" c="white">
<IconDotsVertical />
</ActionIcon>
</Menu.Target>
Expand Down

0 comments on commit 969384f

Please sign in to comment.