style(ui): add icon-only button sizing and fix action column alignment
This commit is contained in:
@@ -80,7 +80,7 @@ const RolesPageClient = () => {
|
||||
noWrap: true,
|
||||
align: 'right',
|
||||
render: (role) => (
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center justify-end gap-2">
|
||||
<Button
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
@@ -96,7 +96,6 @@ const RolesPageClient = () => {
|
||||
onClick={() => handleDelete(role)}
|
||||
icon={<Cancel01Icon className="w-4 h-4" />}
|
||||
>
|
||||
Supprimer
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user