react-favicon
react-favicon copied to clipboard
Dark mode
Hi @oflisback ,
It would be possible to set up a props
that would allow you to support theme switching.
Link: Blog
That sounds interesting, is there some part of it that can't be accomplished already from the client side considering that you can set alert fill and text color?
@oflisback : It could be done on the client side, but I think giving the opportunity that it is implemented on the library side would be better. With the possibility of a prop that if you require that in the change of theme to use an icon for dark mode, a prop that returns if you are in dark mode or not, in case you do not want to implement prop for the dark mode specific text.
Ok, in my mind it's better to keep this out of the library, I just don't feel that it adds enough convenience.