error placeholder bg fix (#20394)

This commit is contained in:
Shrushti Polekar 2025-03-24 18:32:15 +05:30 committed by GitHub
parent ed87bf892a
commit 1c467d0ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ const CreateErrorPlaceHolder = ({
return (
<div
className={classNames(className, 'bg-white h-full flex-center')}
className={classNames(className, 'h-full flex-center')}
data-testid={`create-error-placeholder-${heading}`}>
<Space align="center" className="w-full" direction="vertical" size={10}>
<AddPlaceHolderIcon