streetwriters / notesnook-themes

34 stars 24 forks source link

fix the undo/redo button visibility on mobile #92

Closed echoriiku closed 4 months ago

echoriiku commented 4 months ago

The colors of the undo/redo buttons were similar to the background, making it hard to see, specially on mobile. This changes make it a lot more readable.

Before

Screenshot_20240730-162546-103.png

After

Screenshot_20240730-162617-804.png

github-actions[bot] commented 4 months ago

Your preview URL is: https://theme-builder.notesnook.com/notes?from_pr=streetwriters/notesnook-themes/92

thecodrr commented 4 months ago

I don't think this change should be necessary. The issue is in the UI itself. The color for disabled buttons should be derived from the color of the button instead of being based on the border color.

echoriiku commented 4 months ago

Thanks for the feedback. I'm going to close this PR then.