diff --git a/components/Login/component.tsx b/components/Login/component.tsx index 517991d3..2c74f917 100644 --- a/components/Login/component.tsx +++ b/components/Login/component.tsx @@ -9,7 +9,7 @@ export default function Login(): React.JSX.Element { let { isError } = useServerUrl; return ( - + { isError ? : } ); diff --git a/components/Login/helpers/server-authentication.tsx b/components/Login/helpers/server-authentication.tsx index 0345a479..8c904f70 100644 --- a/components/Login/helpers/server-authentication.tsx +++ b/components/Login/helpers/server-authentication.tsx @@ -11,19 +11,25 @@ export default function ServerAuthentication(): React.JSX.Element { return ( <> - console.log("change server requested") - }, - { - label: "", - }, - { - label: "", - } - ]}/> + + console.log("change server requested") + }, + { + label: "", + }, + { + label: "", + } + ]} + backgroundColor={isDarkMode ? 'black' : 'white'} + /> + + + + ); } \ No newline at end of file