Skip to content

Commit

Permalink
Show shadow tool by default under global styles
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 25, 2024
1 parent 62b0efd commit 0014407
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 0014407

Please sign in to comment.