prathameshgaikwad/Innings

Extend theme colors for compatibility with TypeScript

Open

#11 opened on Jun 28, 2024

 (0 comments) (0 reactions) (0 assignees)JavaScript (10 forks)auto 404
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.

Contributor guide