prathameshgaikwad/Innings

Extend theme colors for compatibility with TypeScript

Aperta

#11 aperta il 28 giu 2024

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (10 fork)auto 404
enhancementfrontendgood first issue

Metriche repository

Star
 (6 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is your feature request related to a problem? Please describe. TypeScript recognizes MUI default theme colors namely, primary, neutral, danger, warning, and success. This project uses one more color called secondary whose tokens are defined in the theme.js, which upon usage into components, shows a problem.

Describe the solution you'd like Extend the theme by using typescript.

Guida contributor