Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lone-star committed Jan 18, 2024
1 parent f289c63 commit 20edc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polaris-react/src/components/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
BlockStack,
TextContainer,
} from '@shopify/polaris';
import {MagicMajor} from '@shopify/polaris-icons';
import {MagicIcon} from '@shopify/polaris-icons';

export default {
component: Toast,
Expand Down Expand Up @@ -291,7 +291,7 @@ export function MagicActionOnComponent() {
}}
actionOnComponent
duration={3000000}
leadingIcon={MagicMajor}
leadingIcon={MagicIcon}
/>
) : null;

Expand Down

0 comments on commit 20edc4f

Please sign in to comment.