Skip to content

Commit

Permalink
Merge pull request #1305 from andrew-bierman/cropped-button
Browse files Browse the repository at this point in the history
Fixed Cropped Button
  • Loading branch information
taronaleksanian authored Oct 14, 2024
2 parents 7577747 + 8313388 commit 828e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/screens/trip/createTrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function Trips() {
/>
) : null,
[SECTIONS.FOOTER]: isValid && (
<RStack>
<RStack style={{marginBottom: 20}}>
<SaveTripContainer tripStore={tripStore} />
</RStack>
),
Expand Down

0 comments on commit 828e7c8

Please sign in to comment.