mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Adjust various base components
This commit is contained in:
parent
ab3236230b
commit
6872a7e8b2
5 changed files with 6 additions and 8 deletions
|
|
@ -108,10 +108,9 @@ export const TablePagination = ({
|
|||
>
|
||||
<Popover.Target>
|
||||
<Button
|
||||
compact
|
||||
radius="sm"
|
||||
size="lg"
|
||||
sx={{ height: '32px', padding: 0, width: '32px' }}
|
||||
size="sm"
|
||||
sx={{ height: '26px', padding: '0', width: '26px' }}
|
||||
tooltip={{ label: 'Go to page' }}
|
||||
variant="default"
|
||||
onClick={() => handlers.toggle()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue