Skip to content
Snippets Groups Projects
Commit adcc0d3a authored by Alexander Schoch's avatar Alexander Schoch
Browse files

fix loginbutton

parent ac3cce15
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ const LoginButton = () => { ...@@ -23,7 +23,7 @@ const LoginButton = () => {
} }
return ( return (
<Button <Button
leftIcon={<Icon icon={ICONS.ENTER} color="#4f2a17" />} leftIcon={<Icon icon={ICONS.ENTER} color={getAccentColor(theme)} />}
variant="light" variant="light"
onClick={() => signIn("keycloak")} onClick={() => signIn("keycloak")}
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment