sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

More consistent buttons #248

Open mortmoe opened 4 months ago

mortmoe commented 4 months ago

In the link bubble menus the "outlined" variant of the mui Button is used In the color picker poppers a default button (no variant) is used.

The preferred solution I think would be to add props to control this. A quicker solution I guess would be to make sure all buttons in poppers use the same variant and colors.

Not a huge issue, but would look better imo.