提交 05a7245f 编写于 作者: A afc163 提交者: 陈帅

restore less css module className

上级 b5568556
...@@ -30,7 +30,7 @@ const ThemeColor = ({ colors, title, value, onChange }) => { ...@@ -30,7 +30,7 @@ const ThemeColor = ({ colors, title, value, onChange }) => {
]; ];
} }
return ( return (
<div className={styles.primaryColor}> <div className={styles.themeColor}>
<h3 className={styles.title}>{title}</h3> <h3 className={styles.title}>{title}</h3>
<div className={styles.content}> <div className={styles.content}>
{colorList.map(color => { {colorList.map(color => {
......
.primaryColor { .themeColor {
overflow: hidden; overflow: hidden;
margin-top: 24px; margin-top: 24px;
.title { .title {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册