Skip to content

Commit

Permalink
Make share dropdown bg transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 15, 2024
1 parent 37f91e9 commit 6fdc0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/share/ShareDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const ShareDropdown = (props: ShareMenuProps) => {
>
<Button
className={clsx('p-0 d-flex align-items-center', className, 'ColorMuted')}
style={{ border: 'none', boxShadow: 'none' }}
style={{ border: 'none', boxShadow: 'none', background: 'transparent' }}
title={title}
>
<IconWithLabel
Expand Down

0 comments on commit 6fdc0ec

Please sign in to comment.