-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Package] Format library/packages/format-library/packages/format-library[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
I want to be able to add alpha value to inline text.
I couldn't find any discussion on this not being implemented, is there anywhere?
What is your proposed solution?
I think it can be implemented just by adding enableAlpha to ColorPalette.
gutenberg/packages/format-library/src/text-color/inline.js
Lines 138 to 145 in 4775e70
<ColorPalette | |
value={ activeColors[ property ] } | |
onChange={ ( color ) => { | |
onChange( | |
setColors( value, name, colors, { [ property ]: color } ) | |
); | |
} } | |
/> |
If there are no problems, I'll create a pull request. What do you think?
yogeshbhutkar
Metadata
Metadata
Assignees
Labels
[Package] Format library/packages/format-library/packages/format-library[Type] EnhancementA suggestion for improvement.A suggestion for improvement.