在 Umi 里配置主题#
如果你在使用 Umi,那么可以很方便地在项目根目录的 .umirc.ts 或 config/config.ts 文件中 theme 字段进行主题配置。theme 可以配置为一个对象或文件路径。
定制主题 - Ant Design
https://ant.design/docs/react/customize-theme-cn
"theme": {
"primary-color": "#1DA57A",
},umi 定制覆盖原有主题
阅读 26
2022-01-05
如果你在使用 Umi,那么可以很方便地在项目根目录的 .umirc.ts 或 config/config.ts 文件中 theme 字段进行主题配置。theme 可以配置为一个对象或文件路径。
定制主题 - Ant Design
https://ant.design/docs/react/customize-theme-cn
"theme": {
"primary-color": "#1DA57A",
},相关推荐
精彩评论(0)