Skip to content

Commit 303ffc2

Browse files
committed
fix(button): share action
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent 0320125 commit 303ffc2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/custom/CatalogDetail/style.tsx

Lines changed: 1 addition & 2 deletions
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)