b0bdN / prayer-times-menubar-app

A menubar application for displaying the prayer times from your city.
MIT License
15 stars 20 forks source link

Customized increments arrows #10

Closed Anthony-one closed 2 years ago

b0bdN commented 2 years ago

Thanks! Do you think it's possible to change the color in dark mode ?

Anthony-one commented 2 years ago

Hmmm from what i understand we cannot change the color of the button itself, at best i tested reducing the opacity of the button only in dark mode so it can look better. Capture d’écran 2022-03-14 025930 What do you think?

b0bdN commented 2 years ago

It's perfect! :) Can you move this code in it's on block in line 425 in order in order to avoid modifying twice in light and dark mode?

padding-left: 5px;
height: 30px;
Anthony-one commented 2 years ago

Sure done :)

b0bdN commented 2 years ago

Thank you!