Skip to content

Commit

Permalink
Update width of Button component in TabOneScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 10, 2024
1 parent fff8896 commit 11deae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ export default function TabOneScreen() {
/>
<Button
onPress={fetchAndSetReleases}
width="13%"
alignSelf="center"
width="15%"
padding="$2"
size="$3"
borderRadius="$12"
Expand Down

0 comments on commit 11deae0

Please sign in to comment.