prathameshgaikwad/Innings
Extend theme colors for compatibility with TypeScript
オープン
#11 opened on 2024/06/28
enhancementfrontendgood first issue
Repository metrics
- Stars
- (6 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.