Skip to content

Commit a58170e

Browse files
t-hamanovcanalesmadhusudhand
authored andcommitted
Show shadow tool by default under global styles (WordPress#61981)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: vcanales <[email protected]> Co-authored-by: madhusudhand <[email protected]>
1 parent 4b30a66 commit a58170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/global-styles/border-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const DEFAULT_CONTROLS = {
9090
radius: true,
9191
color: true,
9292
width: true,
93-
shadow: false,
93+
shadow: true,
9494
};
9595

9696
export default function BorderPanel( {

0 commit comments

Comments
 (0)