diff --git a/src/Components/Core/Presentation/React/GeneralComponents/ColorPicker/ColorPickerModal.tsx b/src/Components/Core/Presentation/React/GeneralComponents/ColorPicker/ColorPickerModal.tsx index eec450799..f0c3cf878 100644 --- a/src/Components/Core/Presentation/React/GeneralComponents/ColorPicker/ColorPickerModal.tsx +++ b/src/Components/Core/Presentation/React/GeneralComponents/ColorPicker/ColorPickerModal.tsx @@ -24,9 +24,9 @@ export default function ColorPickerModal({ }: AdLerUIComponent) { if (!showModal) return null; return ( -
- -
+
+
+

{title}

- +
+
); }