prathameshgaikwad/Innings
Extend theme colors for compatibility with TypeScript
Open
#11 opened on Jun 28, 2024
enhancementfrontendgood first issue
Repository metrics
- Stars
- (6 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.