prathameshgaikwad/Innings

Extend theme colors for compatibility with TypeScript

开放

#11 创建于 2024年6月28日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (10 个派生)auto 404
enhancementfrontendgood first issue

仓库指标

星标
 (6 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南