diff --git a/src/components/Switch.jsx b/src/components/Switch.jsx index ff4602f..004960b 100644 --- a/src/components/Switch.jsx +++ b/src/components/Switch.jsx @@ -45,8 +45,6 @@ const SwitchContainer = styled.div` } `; - - const StyledSunIcon = styled(SunIcon)` fill: #fff145; `; @@ -77,15 +75,21 @@ const Switch = ({ initialAnimation, onMouseEnter, onAnimationEnd }) => { >
+ @@ -95,12 +99,6 @@ const Switch = ({ initialAnimation, onMouseEnter, onAnimationEnd }) => { colormode === "dark" ? "setting" : "rising" }`} /> -