mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10: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 (
|
||||
<button className="my-4 text-2xl" onClick={switchTheme}>
|
||||
<button className="my-4 text-2xl focus:outline-none" onClick={switchTheme}>
|
||||
{theme === 'light' ? (
|
||||
<FontAwesomeIcon icon={faMoon} className="w-10 h-8" />
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user