Skip to content

Commit

Permalink
Sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rgba committed Dec 30, 2024
1 parent 93dfac9 commit 6a16b73
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ export const PaginationButtons = () => {
<Box
component="span"
sx={{
fontSize: '14px',
fontSize: '12px',
border: `1px solid ${MOON_400}`,
fontWeight: '600',
padding: '0px 4px',
Expand All @@ -724,12 +724,12 @@ export const PaginationButtons = () => {
<Box
component="span"
sx={{
fontSize: '14px',
fontSize: '12px',
border: `1px solid ${MOON_400}`,
fontWeight: '600',
padding: '0px 4px',
marginLeft: '4px',
marginRight: '8px',
marginRight: '4px',
borderRadius: '4px',
}}>
Click
Expand Down

0 comments on commit 6a16b73

Please sign in to comment.