diff --git a/src/Home.tsx b/src/Home.tsx
index 109c9ca..10ec01a 100644
--- a/src/Home.tsx
+++ b/src/Home.tsx
@@ -238,7 +238,9 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => {
alignSelf: "stretch",
}}
>
-
{context.texts.Mancala}
+
+ {context.texts.Mancala}
+
= ({ initial = 0 }) => {
background: context.themeManager.theme.appBarBgColor,
}}
menuButton={
-
light_mode
+
+ light_mode
+
}
transition
align="end"
@@ -270,6 +277,13 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => {
style={{
color: menuTextColor,
}}
+ onMouseOver={(event) =>
+ (event.target.style.background =
+ context.themeManager.theme.background)
+ }
+ onMouseOut={(event) =>
+ (event.target.style.background = "transparent")
+ }
onClick={() => (context.themeManager.theme = theme)}
>