chore(component): add a danger hover style for buttons (#7600)

Like other delete buttons.

https://github.com/user-attachments/assets/85d1c3cb-bd17-4904-b671-c04c76bfd00b
This commit is contained in:
fundon
2024-07-26 07:30:10 +00:00
parent 1306a3be61
commit 2a2a19fec7
2 changed files with 9 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ const ImagePreviewModalImpl = ({
<>
<div className={styles.dividerStyle}></div>
<ButtonWithTooltip
className="danger"
data-testid="delete-button"
tooltip="Delete"
icon={<DeleteIcon />}