style: 2x2 switches
This commit is contained in:
parent
03bc5cde22
commit
f8232694e7
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ export function SettingColorComponent({ label, name, themeSettings }: Props) {
|
|||
<div className={cl("swatch-row")}>
|
||||
<span>{label}</span>
|
||||
<ColorPicker
|
||||
width={40} /* same as a switch */
|
||||
height={24}
|
||||
width={80} /* same as a switch */
|
||||
height={48}
|
||||
key={name}
|
||||
value={normalizedValue}
|
||||
onChange={handleChange}
|
||||
|
|
Loading…
Reference in a new issue