Commit 05a7245f authored by afc163's avatar afc163 Committed by 陈帅

restore less css module className

parent b5568556
......@@ -30,7 +30,7 @@ const ThemeColor = ({ colors, title, value, onChange }) => {
];
}
return (
<div className={styles.primaryColor}>
<div className={styles.themeColor}>
<h3 className={styles.title}>{title}</h3>
<div className={styles.content}>
{colorList.map(color => {
......
.primaryColor {
.themeColor {
overflow: hidden;
margin-top: 24px;
.title {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment