Skip to content

Commit

Permalink
fix: mnarket list padding top (#3529)
Browse files Browse the repository at this point in the history
Signed-off-by: 王山栋 <jelly@onekey.so>
  • Loading branch information
ezailWang authored Sep 12, 2023
1 parent 535fa16 commit c63f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/views/Market/MarketList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const MarketList: FC = () => {
width: '100%',
marginHorizontal: 'auto',
alignSelf: 'center',
paddingTop: 32,
paddingTop: isVerticalLayout ? 0 : 32,
}}
>
<MarketCategoryToggles categories={categories} />
Expand Down

0 comments on commit c63f1b2

Please sign in to comment.