change shadopw

This commit is contained in:
2025-02-21 15:29:06 -03:00
parent df82a69af0
commit 0187f770c7

View File

@@ -1,4 +1,4 @@
import { Outlet } from 'react-router' import { Outlet, Link } from 'react-router'
import { Regular as Logo } from '~/components/logo' import { Regular as Logo } from '~/components/logo'
import Pulse from './_pulse' import Pulse from './_pulse'
import WomanImg from './woman.png' import WomanImg from './woman.png'
@@ -53,7 +53,7 @@ export default function Auth() {
export function Card({ children }: { children: React.ReactNode }) { export function Card({ children }: { children: React.ReactNode }) {
return ( return (
<Container> <Container>
<div className="space-y-2.5 xl:space-y-5 rounded-xl bg-yellow-50 dark:bg-gray-700/60 p-4 lg:p-8 drop-shadow-sm shadow-sm"> <div className="space-y-2.5 xl:space-y-5 rounded-xl bg-yellow-50 dark:bg-gray-700/60 p-4 lg:p-8 drop-shadow-xs shadow-xs">
{children} {children}
</div> </div>
</Container> </Container>