Skip to content

Commit 1a217d2

Browse files
committed
fix: standardize mobile layout padding for consistent spacing
1 parent 8d3f15a commit 1a217d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/MarketAssetCategoryFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const MarketAssetCategoryFilter = ({
1212
onCategoryChange,
1313
}: MarketAssetCategoryFiltersProps) => {
1414
return (
15-
<Box sx={{ mt: 2, mb: 2 }}>
15+
<Box>
1616
<ButtonGroup
1717
sx={{
1818
width: '100%',

src/modules/markets/MarketAssetsListContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const MarketAssetsListContainer = () => {
107107

108108
return (
109109
<ListWrapper
110+
wrapperSx={{ pt: { xs: '6px', xsm: '6px', sm: 3.5 } }}
110111
titleComponent={
111112
sm ? (
112113
<Box

0 commit comments

Comments
 (0)