Skip to content

Commit

Permalink
fix: pagination indicator gap
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Sep 17, 2024
1 parent f44963a commit 4407bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const StakeTargetSelectorDialog = Object.assign(
: []),
])}
</motion.div>
<div css={{ display: 'flex', justifyContent: 'end', marginTop: '0.6rem' }}>
<div css={{ display: 'flex', justifyContent: 'end', marginTop: '0.6rem', gap: '1rem' }}>
<Button variant="noop" onClick={() => setPage(page => page - 1)} hidden={!hasPreviousPage}>
<div css={{ display: 'flex', alignItems: 'center', userSelect: 'none' }}>
<ChevronLeft />
Expand Down

0 comments on commit 4407bb9

Please sign in to comment.