Skip to content

Commit 2ff1332

Browse files
Merge pull request #894 from sudhanshutech/width/share
remove unnecessary height dimension for share button to make it consistent
2 parents 13aa9b8 + 303ffc2 commit 2ff1332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/custom/CatalogDetail/style.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ export const RedirectLink = styled(Link)(({ theme }) => ({
264264
export const ShareButtonGroup = styled(ButtonGroup)({
265265
boxShadow: 'none',
266266
border: 'none',
267-
outline: 'none',
268-
height: '76%'
267+
outline: 'none'
269268
});
270269

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

0 commit comments

Comments
 (0)