File tree 1 file changed +4
-0
lines changed
packages/block-library/src/navigation/edit
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -142,24 +142,28 @@ function ColorTools( {
142
142
label : __ ( 'Text' ) ,
143
143
onColorChange : setTextColor ,
144
144
resetAllFilter : ( ) => setTextColor ( ) ,
145
+ clearable : true ,
145
146
} ,
146
147
{
147
148
colorValue : backgroundColor . color ,
148
149
label : __ ( 'Background' ) ,
149
150
onColorChange : setBackgroundColor ,
150
151
resetAllFilter : ( ) => setBackgroundColor ( ) ,
152
+ clearable : true ,
151
153
} ,
152
154
{
153
155
colorValue : overlayTextColor . color ,
154
156
label : __ ( 'Submenu & overlay text' ) ,
155
157
onColorChange : setOverlayTextColor ,
156
158
resetAllFilter : ( ) => setOverlayTextColor ( ) ,
159
+ clearable : true ,
157
160
} ,
158
161
{
159
162
colorValue : overlayBackgroundColor . color ,
160
163
label : __ ( 'Submenu & overlay background' ) ,
161
164
onColorChange : setOverlayBackgroundColor ,
162
165
resetAllFilter : ( ) => setOverlayBackgroundColor ( ) ,
166
+ clearable : true ,
163
167
} ,
164
168
] }
165
169
panelId = { clientId }
You can’t perform that action at this time.
0 commit comments