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