add … to delete buttons

This commit is contained in:
Sidney Alcantara
2021-11-30 13:03:43 +11:00
parent 24f2082b72
commit 08318d1f37
2 changed files with 4 additions and 4 deletions

View File

@@ -97,9 +97,9 @@ export default function ExtensionList({
<EditIcon />
</IconButton>
</Tooltip>
<Tooltip title="Delete">
<Tooltip title="Delete">
<IconButton
aria-label="Delete"
aria-label="Delete"
color="error"
onClick={() => handleDelete(index)}
sx={{ "&&": { mr: -1.5 } }}

View File

@@ -140,9 +140,9 @@ export default function WebhookList({
<EditIcon />
</IconButton>
</Tooltip>
<Tooltip title="Delete">
<Tooltip title="Delete">
<IconButton
aria-label="Delete"
aria-label="Delete"
color="error"
onClick={() => handleDelete(index)}
sx={{ "&&": { mr: -1.5 } }}