We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c59e14 commit 7bc35a2Copy full SHA for 7bc35a2
next/src/components/themeToggleButton.tsx
@@ -9,7 +9,7 @@ export const ThemeToggleButton = () => {
9
const { theme, toggleTheme } = useTheme();
10
11
return (
12
- <div className="fixed right-4 bottom-4 text-sm"> {/* fixed 위치를 조정 */}
+ <div className="fixed right-4 bottom-7 text-sm"> {/* fixed 위치를 조정 */}
13
<button
14
onClick={toggleTheme}
15
className="flex items-center gap-2 px-4 py-2 rounded-md bg-gray-200 dark:bg-gray-800 text-black dark:text-white shadow-lg transition-colors duration-200"
0 commit comments