Skip to content

Commit

Permalink
Enable alpha in Global Styles color pickers. (#43045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego authored and priethor committed Aug 12, 2022
1 parent a123fc7 commit cfcddb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/palette-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function Option( {
{ ! isGradient && (
<ColorPicker
color={ value }
enableAlpha
onChange={ ( newColor ) =>
onChange( {
...element,
Expand Down

0 comments on commit cfcddb5

Please sign in to comment.