From adcc0d3a99933fc597b47f9edfcb866cc3e04459 Mon Sep 17 00:00:00 2001 From: Alexander Schoch <schochal@student.ethz.ch> Date: Sat, 16 Sep 2023 15:54:34 +0200 Subject: [PATCH] fix loginbutton --- components/loginButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/loginButton.jsx b/components/loginButton.jsx index 56b5845..212226b 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")} > -- GitLab