WordPress / theme-experiments

Experimenting with themes made out of blocks.
GNU General Public License v2.0
549 stars 183 forks source link

TT1 Blocks: Search Block background color doesn't update #281

Closed annezazu closed 3 years ago

annezazu commented 3 years ago

Here's a quick video but essentially if you set a background color for the Search Block it doesn't appear on the front end. Conversely, text color updates as expected:

https://user-images.githubusercontent.com/26996883/128906775-4bb37b4a-dc2b-4f46-9173-e8ad707c4ae0.mov

I'm assuming this is a theme issue but let me know if I need to report this to Gutenberg proper :)

apeatling commented 3 years ago

cc @stacimc -- maybe related to the recent change? https://github.com/WordPress/gutenberg/pull/32416

stacimc commented 3 years ago

Thank you very much for spotting this! The issue happens when you also have a border color selected. Fix: https://github.com/WordPress/gutenberg/pull/34025

annezazu commented 3 years ago

Amazing! Seems this is a Gutenberg issue so I'm going to close this out. Let me know if that's incorrect and I'll open it back up :)