tfwright / live_admin

Low-config admin UI for Phoenix apps, built on LiveView
MIT License
251 stars 22 forks source link

adjust resource__menu svg #22

Closed harmon25 closed 1 year ago

harmon25 commented 1 year ago

Its me again! :D

I am using custom css for a more branded dark mode, since the svg fill is hard coded (as black) it is hard to see. This change uses a simpler svg that uses stroke="currentColor" which relies on the text color for the svg fill - which makes the color pretty trivial to change.

It looks like this for me with a small CSS adjustment: image

I think the default will be black (on the white bg)

tfwright commented 1 year ago

Looks great, thanks!