mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Adjust various base components
This commit is contained in:
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user