import { Paper } from '@mui/material'; import { type PropsWithChildren } from 'react'; // Beacuse in the otp verify there is a element outside of the authentication card export const AuthenticationCard = ({ children }: PropsWithChildren) => { return ( `calc(100% - ${t.spacing(2)})`, maxWidth: '552px', }} > {children} ); };