Skip to content

Commit

Permalink
CustomGradientPicker: Set to __unstable-large
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 3, 2021
1 parent 6b01f26 commit 9f4ab35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/custom-gradient-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const GradientTypePicker = ( { gradientAST, hasGradient, onChange } ) => {
labelPosition="top"
onChange={ handleOnChange }
options={ GRADIENT_OPTIONS }
size="__unstable-large"
value={ hasGradient && type }
/>
);
Expand Down

0 comments on commit 9f4ab35

Please sign in to comment.