Skip to content

Commit b7f0464

Browse files
committed
Fix BulkDeleteWithConfirmButton color
1 parent 09f845e commit b7f0464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export const BulkDeleteWithConfirmButton = (
119119
<StyledButton
120120
onClick={handleClick}
121121
label={label}
122+
color="error"
122123
{...sanitizeRestProps(rest)}
123124
>
124125
{icon}

0 commit comments

Comments
 (0)