Skip to content

Commit

Permalink
update story massa logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Dec 20, 2023
1 parent cb6abb4 commit ba1d61e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Icons/Svg/SvgIcon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ export const _MassaLogo = {
render: () => <MassaLogo size={40} />,
};

export const _MassaLogoCustomColors = {
render: () => (
<MassaLogo size={40} primaryColor="black" secondaryColor="white" />
),
};

export const _MassaWallet = {
render: () => <MassaWallet size={40} />,
};
Expand Down

0 comments on commit ba1d61e

Please sign in to comment.