visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 46 forks source link

Markers - Markers dropdown has wrong margin #132

Closed adrian-moisa closed 1 year ago

adrian-moisa commented 2 years ago

The markers dropdown is not using the same spacing as the other buttons. You need to set a custo bgr for the buttons and increase the margin. You'll see that the markers dropdown is not complying.

image

Also: The dropdown fill color is not controlled by the theme options. let's fix them together