Skip to content

Commit

Permalink
fix(ContainedList): use close icon in examples (#14405)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <cardona.n.andrea@gmail.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
  • Loading branch information
4 people authored Aug 24, 2023
1 parent 0d75092 commit 34a9710
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Apple,
Fish,
Strawberry,
SubtractAlt,
Close,
Wheat,
} from '@carbon/icons-react';

Expand Down Expand Up @@ -115,7 +115,7 @@ export const WithActions = () => {
kind="ghost"
iconDescription="Dismiss"
hasIconOnly
renderIcon={SubtractAlt}
renderIcon={Close}
/>
);

Expand Down Expand Up @@ -216,7 +216,7 @@ export const WithInteractiveItemsAndActions = () => {
kind="ghost"
iconDescription="Dismiss"
hasIconOnly
renderIcon={SubtractAlt}
renderIcon={Close}
/>
);

Expand Down

0 comments on commit 34a9710

Please sign in to comment.