我在create-react-app项目中使用Semantic-UI.我使用自定义主题使用ThemeProvider修改单个组件,这是很好的.
但是我想弄清楚如何将较少的变量修改为 described in the semantic-ui documentation
原文链接:https://www.f2er.com/react/301059.html但是我想弄清楚如何将较少的变量修改为 described in the semantic-ui documentation
react semantic-ui文档没有提供太多内容.
有什么建议吗?
我的Index.js看起来大致如下:
import 'semantic-ui-css/semantic.min.css' import { ThemeProvider } from 'styled-components' import mainTheme from './themes/mainTheme' ReactDOM.render( <ThemeProvider theme={mainTheme}> <App /> </ThemeProvider> document.getElementById('root') )
编辑:具体到我想要实现的目标,我想改变使用的主要字体.