Skip to content

Commit

Permalink
fix: Remove unnecessary padding on receive bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Dec 11, 2024
1 parent 423d131 commit 090ab6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class ReceiveBottomSheet extends StatelessWidget {
bool isWalletAddressCopied = false;

return Container(
padding: const EdgeInsets.only(right: 24, left: 24, bottom: 44),
decoration: BoxDecoration(
color: ColorsTheme.of(context).layerSheetBackground,
borderRadius: const BorderRadius.only(
Expand Down
2 changes: 1 addition & 1 deletion packages/shared

0 comments on commit 090ab6b

Please sign in to comment.