Skip to content

Modernise FolderButton/CoverButton in CreateNewBook.qml

This should provide a more modern look for both FolderButton and CoverButton in the CreateNewBook.qml, before this both buttons had borders which, I think, didn't match the style of the other buttons used in the application and they looked a bit odd. Also they were a bit blurry, I think this is happening due to the buttons being too small that the icons can't fit in them.

So this branch/commit makes the buttons flat so that they don't have background and uses the "symbolic" version of the icons. Although I'm not sure if using the "symbolic" version of the icons here is the correct way to address the blur issue.

Here are some Before/After screenshots:

Before createNewBookBefore

After createNewBookAfter

@leinir

Edited by Mahmoud Khalil

Merge request reports