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.
1 parent 324628c commit 16c728eCopy full SHA for 16c728e
packages/dataviews/src/layouts/grid/density-picker.tsx
@@ -4,7 +4,7 @@
4
import { RangeControl, Button } from '@wordpress/components';
5
import { __ } from '@wordpress/i18n';
6
import { useViewportMatch } from '@wordpress/compose';
7
-import { plus, lineSolid } from '@wordpress/icons';
+import { plus, reset } from '@wordpress/icons';
8
import { useEffect } from '@wordpress/element';
9
10
const viewportBreaks = {
@@ -90,7 +90,7 @@ export default function DensityPicker( {
90
<>
91
<Button
92
size="compact"
93
- icon={ lineSolid }
+ icon={ reset }
94
disabled={ rangeValue <= 0 }
95
accessibleWhenDisabled
96
label={ __( 'Decrease size' ) }
0 commit comments