|
|
|
|
|
by tracker1
2562 days ago
|
|
If using JSS, you can use a theme for common appearance settings, and use a context that carries that to all components. For example, material-ui uses this approach and I've found it works incredibly well in practice. I've added additional values as needed to my theme and this carries all the way down. This includes additional/adjusted fonts, colors, etc. |
|