refactor: add default error style problem

This commit is contained in:
moonrailgun 2024-08-27 22:46:55 +08:00
parent d136460e39
commit 3cc678f09e

View File

@ -9,7 +9,7 @@ export const DefaultError: React.FC = React.memo(() => {
return ( return (
<div className="flex h-full w-full items-center justify-center"> <div className="flex h-full w-full items-center justify-center">
<Card className="min-w-[320px] bg-zinc-900"> <Card className="min-w-[320px] bg-zinc-50 dark:bg-zinc-900">
<CardHeader> <CardHeader>
<div className="text-center"> <div className="text-center">
<img className="m-auto h-24 w-24" src="/icon.svg" /> <img className="m-auto h-24 w-24" src="/icon.svg" />