Docked toolbar: Modify button invisible in dark mode

Description:

  • Toolbar is docked and dark mode activated
  • The “modify” button has a fixed color of #1e1e1e making it invisible

Possible Fix

set text color to cc-inspector-text-color with default set to #1e1e1e

.edit-site-layout__canvas>div {
    /* color: #1e1e1e; */
    color: var(--cc-inspector-text-color, #1e1e1e);
}

Environment info

  • WordPress version: 6.4.2
  • Cwicly Plugin version: 1.3.4.6

Hello @oppi,

Thanks for the detailed report!
This will be fixed in the next update.

Cheers,

1 Like

Hi @oppi,

Thank you for reporting this!

This should now be fixed with 1.3.4.7.
Kindly let me know if this is the case on your end.

Thank you in advance.