@kep-ui-kit/ui-theme
v2.3.1
Published
This library was generated with [Nx](https://nx.dev).
Downloads
76
Readme
ui-theme
This library was generated with Nx.
Extending the theme
As per mui documentation, use Module Augmentation to add custom variables.
This should take place in theme/theme.d.ts, and the values themselves should go in the default theme objects (base, dark, light, pallete, typography).
For examples, see basically anything inside theme.d.ts.
Running unit tests
Run nx test ui-theme
to execute the unit tests via Jest.