Skip to content

Commit

Permalink
Remove weird icon margin
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdenio committed Mar 4, 2024
1 parent e191069 commit 24a4c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default function Navigator() {
size={24}
underlayColor={themeColors.card}
color={palette.primary}
iconStyle={{ marginRight: 0 }}
onPress={() =>
WebBrowser.openBrowserAsync(
"https://hackclub.com/hcb/apply",
Expand Down
1 change: 1 addition & 0 deletions src/pages/cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function CardsPage({ navigation }: Props) {
backgroundColor="transparent"
size={24}
color={palette.primary}
iconStyle={{ marginRight: 0 }}
/>
</MenuView>
),
Expand Down
1 change: 1 addition & 0 deletions src/pages/organization/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default function OrganizationPage({
backgroundColor="transparent"
size={24}
color={palette.primary}
iconStyle={{ marginRight: 0 }}
/>
</MenuView>
),
Expand Down

0 comments on commit 24a4c8d

Please sign in to comment.