Skip to content

Commit

Permalink
style: tuning style
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Apr 16, 2024
1 parent ccc63ef commit f66ba78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ui/component/StrayFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const StrayFooterNav = memo(
htmlType="submit"
onClick={onNextClick}
size="large"
className={cx('lg:h-[52px]', hasBack ? 'flex-1' : 'w-[200px]')}
className={cx('lg:h-[52px]', 'flex-1')}
type="primary"
loading={nextLoading}
>
Expand Down
6 changes: 1 addition & 5 deletions src/ui/views/GasTopUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,7 @@ export const GasTopUp = () => {
</div>
<div className="flex justify-center ">
<Button
style={{
width: 280,
height: 52,
marginTop: 63,
}}
className="mt-[63px] h-[52px] w-[360px]"
type="primary"
size="large"
onClick={handleContinue}
Expand Down

0 comments on commit f66ba78

Please sign in to comment.