|
@@ -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 => {
|