diff --git a/ui/src/pages/login/index.tsx b/ui/src/pages/login/index.tsx index b6f2801..b89f98f 100644 --- a/ui/src/pages/login/index.tsx +++ b/ui/src/pages/login/index.tsx @@ -42,7 +42,7 @@ const StyledPaper = styled(Paper)(({ theme }) => ({ position: 'relative', zIndex: 9, padding: theme.spacing(4), - background: 'rgba(255, 255, 255, 0.85)', + background: 'rgba(240, 240, 240, 0.85)', backdropFilter: 'blur(10px)', width: 458, borderRadius: theme.spacing(2), @@ -209,8 +209,8 @@ const LoginPage = () => { {