Skip to content

Commit f87e12e

Browse files
committed
website(style): Update menu style.
1 parent f37d7fb commit f87e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/component/DarkMode/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function DarkMode() {
2222
}
2323
setDark(evn.target.checked);
2424
}}
25-
style={{ marginTop: 5, marginLeft: 10, marginRight: 10 }}
25+
style={{ display: 'flex', alignItems: 'center', marginLeft: 10, marginRight: 10 }}
2626
/>
2727
);
2828
}

0 commit comments

Comments
 (0)