refactor: add default error style problem
This commit is contained in:
parent
d136460e39
commit
3cc678f09e
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user