Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1ae42dc

Browse files
committed
Resize share icon in button component
1 parent 8770fd8 commit 1ae42dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ MaxButton.propTypes = {
565565

566566
export const ShareButton = ({ onPress, disabled, style }) => (
567567
<Button onPress={onPress} disabled={disabled} style={style}>
568-
<ShareIcon height={22} width={16} />
568+
<ShareIcon height={16} width={14.979} />
569569
</Button>
570570
);
571571

0 commit comments

Comments
 (0)