diff --git a/superset-frontend/src/pages/Login/index.tsx b/superset-frontend/src/pages/Login/index.tsx index 591467fdcea..9238eec165b 100644 --- a/superset-frontend/src/pages/Login/index.tsx +++ b/superset-frontend/src/pages/Login/index.tsx @@ -57,8 +57,10 @@ enum AuthType { const StyledCard = styled(Card)` ${({ theme }) => css` - width: 40%; + max-width: 400px; + width: 100%; margin-top: ${theme.marginXL}px; + color: ${theme.colorBgContainer}; background: ${theme.colorBgBase}; .antd5-form-item-label label { color: ${theme.colorPrimary}; @@ -110,9 +112,11 @@ export default function Login() { return ( @@ -172,6 +176,7 @@ export default function Login() { ]} > } data-test="username-input" />