mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-10 10:09:11 -06:00
Improve theme toggle spacing/size
This commit is contained in:
@@ -16,6 +16,7 @@ export default function ThemeToggle() {
|
||||
|
||||
return (
|
||||
<button
|
||||
className="text-2xl mt-0.5 mr-1.5"
|
||||
onClick={() => {
|
||||
setTheme(themeState === "light" ? "dark" : "light");
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user