fix hard delete icon color to inherit from button
Made-with: Cursor
This commit is contained in:
parent
8fcad7de45
commit
cba01a2d61
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ export const AdminMandatesPage: React.FC = () => {
|
||||||
]}
|
]}
|
||||||
customActions={canDelete ? [{
|
customActions={canDelete ? [{
|
||||||
id: 'hard-delete',
|
id: 'hard-delete',
|
||||||
icon: <FaSkullCrossbones style={{ color: 'var(--error-color, #e53e3e)' }} />,
|
icon: <FaSkullCrossbones />,
|
||||||
onClick: handleHardDeleteMandate,
|
onClick: handleHardDeleteMandate,
|
||||||
title: 'Hard Delete (irreversibel)',
|
title: 'Hard Delete (irreversibel)',
|
||||||
disabled: (row: Mandate) => row.isSystem
|
disabled: (row: Mandate) => row.isSystem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue