Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittukr7479 authored Feb 22, 2024
1 parent 2f3160d commit 5ee39fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/themeButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ThemeButton({ iconSize }: { iconSize: number }) {
<>
{theme === "dark" ? (
<button
className="fixed my-[-82px] mx-[-89px] sm:my-0 sm:mx-[-600px] px-2 py-2 rounded-full sm:bg-primary-600 hover:bg-primary-light hover:scale-105 text-white"
className="fixed my-[-82px] mx-[-89px] sm:my-0 sm:mx-[-600px] px-2 py-2 rounded-full sm:bg-primary-600 hover:bg-primary-light hover:scale-105 text-white"
onClick={() => setTheme("light")}
>
<Sun size={iconSize} cursor="pointer" className="transition-all duration-300" />
Expand Down

0 comments on commit 5ee39fb

Please sign in to comment.