Skip to content

Commit 303ffc2

Browse files
committed
fix(button): share action
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent 0320125 commit 303ffc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: 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)