Skip to content

Commit 168a299

Browse files
fix(perps): match Cancel All Orders footer spacing to MMDS sheets
Add pt-6 on BottomSheetFooter so content-to-button gap matches other Perps MMDS bottom sheets. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f694400 commit 168a299

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/UI/Perps/Views/PerpsCancelAllOrdersView/PerpsCancelAllOrdersView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ const PerpsCancelAllOrdersView: React.FC<PerpsCancelAllOrdersViewProps> = ({
246246
buttonsAlignment={ButtonsAlignment.Horizontal}
247247
secondaryButtonProps={secondaryButtonProps}
248248
primaryButtonProps={primaryButtonProps}
249+
twClassName="pt-6"
249250
/>
250251
</BottomSheet>
251252
);

0 commit comments

Comments
 (0)