Skip to content

Commit 39288b9

Browse files
committed
Update CustomInputs.tsx
1 parent fd9e8da commit 39288b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gallery/pages/CustomInputs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ColorPickerInput({ id, value, onChange, label, help, className, labelCl
5959
type="text"
6060
value={value || '#3b82f6'}
6161
onChange={(e) => onChange?.(e.target.value)}
62-
className="flex-1 rounded-md border-gray-300 dark:border-gray-600 dark:bg-gray-900 dark:text-white shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
62+
className="flex-1 rounded-md border border-gray-300 dark:border-gray-600 dark:bg-gray-900 dark:text-white shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
6363
placeholder="#3b82f6"
6464
/>
6565
</div>

0 commit comments

Comments
 (0)