Build [v1.14.31]
This commit is contained in:
@@ -13,7 +13,7 @@ export function SearchErrorModal({ isOpen, error, onRetry, onSkip, canRetry = tr
|
||||
|
||||
return (
|
||||
<div className="fixed inset-0 bg-black/50 flex items-center justify-center z-50">
|
||||
<div className="bg-white rounded-lg p-6 max-w-md shadow-xl">
|
||||
<div className="bg-white rounded-none p-6 max-w-md shadow-none">
|
||||
<h2 className="text-xl font-normal mb-2 text-rose-500">Search failed</h2>
|
||||
<p className="text-sm text-slate-600 mb-4">{error || 'Unable to retrieve specs from the web'}</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user