style(ColorPicker): increase custom swatch column width from w-14 to w-18

This commit is contained in:
2026-04-22 17:00:00 -04:00
parent 43751ed0b5
commit bf33754e74
+1 -1
View File
@@ -77,7 +77,7 @@ const ColorPicker = ({
<div className="flex flex-wrap items-start gap-3">
{/* Left: big custom swatch + hex input */}
<div className="flex flex-col gap-2 w-14 flex-shrink-0">
<div className="flex flex-col gap-2 w-18 flex-shrink-0">
<button
type="button"
title="Couleur personnalisée"