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 f37d7fb commit f87e12eCopy full SHA for f87e12e
website/src/component/DarkMode/index.tsx
@@ -22,7 +22,7 @@ export default function DarkMode() {
22
}
23
setDark(evn.target.checked);
24
}}
25
- style={{ marginTop: 5, marginLeft: 10, marginRight: 10 }}
+ style={{ display: 'flex', alignItems: 'center', marginLeft: 10, marginRight: 10 }}
26
/>
27
);
28
0 commit comments