We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6e6fd commit a3abfafCopy full SHA for a3abfaf
src/nav/NavButton.js
@@ -31,7 +31,7 @@ export default class NavButton extends PureComponent<Props> {
31
32
return (
33
<NavButtonGeneral onPress={onPress} accessibilityLabel={accessibilityLabel}>
34
- <Icon size={26} style={[this.styles.navButtonIcon, style]} color={color} name={name} />
+ <Icon size={24} style={[this.styles.navButtonIcon, style]} color={color} name={name} />
35
</NavButtonGeneral>
36
);
37
}
0 commit comments