diff --git a/src/components/color-input/ColorInput.tsx b/src/components/color-input/ColorInput.tsx index b8e1fcb..7139b1f 100644 --- a/src/components/color-input/ColorInput.tsx +++ b/src/components/color-input/ColorInput.tsx @@ -46,7 +46,7 @@ export const ColorInput = withFragment(forwardRef setValue(e.currentTarget.value)} />} style={{ backgroundColor: value }} - classNames={{ base: 'shrink-0', fallback: 'w-full h-full' }} + classNames={{ base: 'shrink-0 self-center -mb-0.5', fallback: 'w-full h-full' }} /> )} />