change shadopw
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Outlet } from 'react-router'
|
||||
import { Outlet, Link } from 'react-router'
|
||||
import { Regular as Logo } from '~/components/logo'
|
||||
import Pulse from './_pulse'
|
||||
import WomanImg from './woman.png'
|
||||
@@ -53,7 +53,7 @@ export default function Auth() {
|
||||
export function Card({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<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}
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user