Skip to content

Commit

Permalink
Show shadow tool by default under global styles (WordPress#61981)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: vcanales <vcanales@git.wordpress.org>
Co-authored-by: madhusudhand <madhudollu@git.wordpress.org>
  • Loading branch information
4 people authored and patil-vipul committed Jun 17, 2024
1 parent 0b2a64e commit 4b90f37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const DEFAULT_CONTROLS = {
radius: true,
color: true,
width: true,
shadow: false,
shadow: true,
};

export default function BorderPanel( {
Expand Down

0 comments on commit 4b90f37

Please sign in to comment.