mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix: error alerts again (#17026)
This commit is contained in:
@@ -111,7 +111,7 @@ export default function ErrorAlert({
|
||||
{!level || level === 'error' ? (
|
||||
<Icons.ErrorSolid
|
||||
className="icon"
|
||||
iconColor={theme.colors[level].base}
|
||||
iconColor={theme.colors.error.base}
|
||||
/>
|
||||
) : (
|
||||
<Icons.WarningSolid
|
||||
@@ -174,7 +174,7 @@ export default function ErrorAlert({
|
||||
{!level || level === 'error' ? (
|
||||
<Icons.ErrorSolid
|
||||
className="icon"
|
||||
iconColor={theme.colors[level].base}
|
||||
iconColor={theme.colors.error.base}
|
||||
/>
|
||||
) : (
|
||||
<Icons.WarningSolid
|
||||
|
||||
Reference in New Issue
Block a user