diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index 2f015ea..585bc7f 100644 --- a/src/components/ColorPicker.tsx +++ b/src/components/ColorPicker.tsx @@ -341,18 +341,18 @@ export function ColorPicker({ value, onChange, label, description, disabled }: C ) : null return ( -
- - {description &&

{description}

} +
+ + {description &&

{description}

} -
+
{/* Color preview button */}
+ + {/* Quick Presets */} +
+ +
+ {THEME_PRESETS.map((preset) => ( + + ))} +
+

+ Выберите готовую цветовую схему. Изменения сохраняются автоматически. +

+
+ {/* Accent Color */}