We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de77931 + e04e30b commit bb476ceCopy full SHA for bb476ce
assets/src/dashboard/parts/connected/dashboard/index.js
@@ -12,6 +12,7 @@ import {
12
} from '@wordpress/components';
13
14
import { useSelect } from '@wordpress/data';
15
+import { warning } from '@wordpress/icons';
16
17
import { clearCache } from '../../../utils/api';
18
@@ -99,7 +100,7 @@ const quickactions = [
99
100
101
const InactiveWarning = () => (
102
<div className="flex gap-2 bg-warning text-danger border border-solid border-danger rounded relative px-6 py-5 mb-5">
- <Icon icon={ warning } />
103
+ <Icon className="fill-current" icon={ warning } />
104
105
<p
106
className="m-0"
0 commit comments