Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Dec 20, 2023
1 parent ba1d61e commit 3d35b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icons/Svg/Massa/MassaLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function MassaLogo(props: SVGProps) {
}

if (!secondaryColor) {
secondaryColor = '#000000';
secondaryColor = 'white';
}

return (
Expand Down

0 comments on commit 3d35b2a

Please sign in to comment.