plate
plate copied to clipboard
"active" styles don't propagate on ToolbarButton components
When passing styles prop (active, root) to the ToolbarButton component (whether its Block, Mark and all the rest) the "active" styles don't work.
Steps
- Add a
<ToolbarButton />component to the toolbar - Add styles={{ active: { color: 'red' } }} prop
- ... not showing up

Sandbox Link to sandbox
Expectation Was expecting the icon color to be red if the mark / block type are active
Environment
- slate:
- slate-react:
- browser: chrome