wp-blocks / vinyl

Audio player block for WordPress.
Other
3 stars 0 forks source link

feat: support custom colors for audio player #15

Closed johnhooks closed 5 months ago

johnhooks commented 5 months ago

This commit adds block supports for color customization.

The block editor color palette is used to select the colors. The colors are stored in the block attributes, though are applied using inline styles of custom CSS properties. This allows the custom colors to be applied to the shadow DOM of the media-chrome web components.

track-foreground

Fixes: #11