mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
fix: define a default border color
This commit is contained in:
parent
0da42fea47
commit
9ed9a59202
@ -87,7 +87,7 @@ export const UploadingAssetCard = ({
|
||||
|
||||
return (
|
||||
<Stack spacing={1}>
|
||||
<Card borderColor={error ? 'danger600' : undefined}>
|
||||
<Card borderColor={error ? 'danger600' : 'neutral150'}>
|
||||
<CardHeader>
|
||||
<UploadProgressWrapper>
|
||||
<UploadProgress error={error} onCancel={handleCancel} progress={progress} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user