Skip to content

Commit

Permalink
fix: restore login__Wrapper class in default Login component
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf authored Dec 11, 2023
1 parent 967da85 commit 3d626d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Login: React.FC = () => {
const branding = useSelector((state: ReduxState) => state.branding)

return (
<Wrapper flex variant="grey">
<Wrapper flex variant="grey" className="login__Wrapper">
<Box bg="white" height="440px" flex boxShadow="login" width={[1, 2 / 3, 'auto']}>
<Box
bg="primary100"
Expand Down

0 comments on commit 3d626d4

Please sign in to comment.