You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to do things like change the background color of the title of the selected and unselected images and change the background color of the image area.
It isn't evident to me how to do this; if it's possible, it'd be nice to have the styling for that stuff documented.
If it's not possible, it would be nice to if it was. :-)
(For now I'm hacking away in navigation.tsx and the like, but that seems a little unsatisfying.)
The text was updated successfully, but these errors were encountered:
For now, hacking away in navigation.tsx is the only option. We could use a theme (https://www.styled-components.com/docs/advanced) to make fonts and colors configurable. Do you think that would cover the most frequent styling desires?
I'd like to be able to do things like change the background color of the title of the selected and unselected images and change the background color of the image area.
It isn't evident to me how to do this; if it's possible, it'd be nice to have the styling for that stuff documented.
If it's not possible, it would be nice to if it was. :-)
(For now I'm hacking away in navigation.tsx and the like, but that seems a little unsatisfying.)
The text was updated successfully, but these errors were encountered: