Skip to content

Commit

Permalink
🔧 Set default color theme into the dynamic SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nismit committed Jun 12, 2022
1 parent 507c701 commit 9fb3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorToggle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ColorToggle: React.FC = () => {
strokeLinecap="round"
strokeLinejoin="round"
stroke="currentColor"
className={colorMode}
className={colorMode ?? THEME_COLORS.DARK}
>
<mask id="moonMaskCircle">
<rect x="0" y="0" width="100%" height="100%" fill="#fff" />
Expand Down

0 comments on commit 9fb3520

Please sign in to comment.