Skip to content

Commit

Permalink
fix(button): share action
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Jan 18, 2025
1 parent 0320125 commit 303ffc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/custom/CatalogDetail/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ export const RedirectLink = styled(Link)(({ theme }) => ({
export const ShareButtonGroup = styled(ButtonGroup)({
boxShadow: 'none',
border: 'none',
outline: 'none',
height: '76%'
outline: 'none'
});

export const ShareButton = styled(Button)(({ theme }) => ({
Expand Down

0 comments on commit 303ffc2

Please sign in to comment.