style(ColorPicker): increase custom swatch column width from w-14 to w-18
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user