Skip to content

Commit

Permalink
fix ProveScreen padding
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Oct 30, 2024
1 parent 30608d2 commit a9bdc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/screens/ProveScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const ProveScreen: React.FC<ProveScreenProps> = ({ setSheetRegisterIsOpen }) =>
);

return (
<YStack f={1} p="$3" pt="$8">
<YStack f={1} pt="$8">
{hasEnabledDisclosureOptions ? (
<YStack mt="$4">
<Text fontSize="$9">
Expand Down

0 comments on commit a9bdc05

Please sign in to comment.