mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-03 10:00:11 +09:00
Remove outline on ThemeSelector button
This commit is contained in:
parent
50ee7f1bb6
commit
32f41aae32
@ -22,7 +22,7 @@ const ThemeSelector = (props) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<button className="my-4 text-2xl" onClick={switchTheme}>
|
<button className="my-4 text-2xl focus:outline-none" onClick={switchTheme}>
|
||||||
{theme === 'light' ? (
|
{theme === 'light' ? (
|
||||||
<FontAwesomeIcon icon={faMoon} className="w-10 h-8" />
|
<FontAwesomeIcon icon={faMoon} className="w-10 h-8" />
|
||||||
) : (
|
) : (
|
||||||
|
Loading…
Reference in New Issue
Block a user