Skip to content

Commit 7bc35a2

Browse files
committed
refactor : themeToggleButton bottom padding
1 parent 6c59e14 commit 7bc35a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next/src/components/themeToggleButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ThemeToggleButton = () => {
99
const { theme, toggleTheme } = useTheme();
1010

1111
return (
12-
<div className="fixed right-4 bottom-4 text-sm"> {/* fixed 위치를 조정 */}
12+
<div className="fixed right-4 bottom-7 text-sm"> {/* fixed 위치를 조정 */}
1313
<button
1414
onClick={toggleTheme}
1515
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

Comments
 (0)