diff --git a/public/app/core/components/Login/LoginLayout.tsx b/public/app/core/components/Login/LoginLayout.tsx index 5380f7b49c7..56cbfdf758e 100644 --- a/public/app/core/components/Login/LoginLayout.tsx +++ b/public/app/core/components/Login/LoginLayout.tsx @@ -51,14 +51,11 @@ to{ }`; export const getLoginStyles = (theme: GrafanaTheme2) => { - const bgColor = theme.isDark ? '#000' : theme.colors.background.canvas; - return { container: css({ minHeight: '100%', backgroundPosition: 'center', backgroundRepeat: 'no-repeat', - backgroundColor: bgColor, minWidth: '100%', marginLeft: 0, display: 'flex',