Skip to content

Commit

Permalink
Merge pull request layer5io#894 from sudhanshutech/width/share
Browse files Browse the repository at this point in the history
remove unnecessary height dimension for share button to make it consistent
  • Loading branch information
sudhanshutech authored Jan 20, 2025
2 parents 13aa9b8 + 303ffc2 commit 2ff1332
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 2ff1332

Please sign in to comment.