diff --git a/components/loginButton.jsx b/components/loginButton.jsx
index 56b5845495726e620b583759608d6a0533bdc1c1..212226b366b01e119011cb3d7af92655a5b56c6a 100644
--- a/components/loginButton.jsx
+++ b/components/loginButton.jsx
@@ -23,7 +23,7 @@ const LoginButton = () => {
   }
   return (
     <Button
-      leftIcon={<Icon icon={ICONS.ENTER} color="#4f2a17" />}
+      leftIcon={<Icon icon={ICONS.ENTER} color={getAccentColor(theme)} />}
       variant="light"
       onClick={() => signIn("keycloak")}
     >