prathameshgaikwad / Innings

A cricket scorekeeping and tournament management app
https://innings.vercel.app
1 stars 7 forks source link

Extend theme colors for compatibility with TypeScript #11

Open prathameshgaikwad opened 1 month ago

prathameshgaikwad commented 1 month ago

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 secondarywhose 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.