diff --git a/invokeai/frontend/web/src/common/components/IAIColorPicker.tsx b/invokeai/frontend/web/src/common/components/IAIColorPicker.tsx index 8c3b329f2f..68ffa5369e 100644 --- a/invokeai/frontend/web/src/common/components/IAIColorPicker.tsx +++ b/invokeai/frontend/web/src/common/components/IAIColorPicker.tsx @@ -20,7 +20,7 @@ const sx: ChakraProps['sx'] = { '.react-colorful__hue-pointer': colorPickerPointerStyles, '.react-colorful__saturation-pointer': colorPickerPointerStyles, '.react-colorful__alpha-pointer': colorPickerPointerStyles, - gap: 2, + gap: 5, flexDir: 'column', }; @@ -39,8 +39,8 @@ const IAIColorPicker = (props: IAIColorPickerProps) => { {withNumberInput && ( - - + + {t('common.red')} { defaultValue={90} /> - + {t('common.green')} { defaultValue={90} /> - + {t('common.blue')} { defaultValue={255} /> - + {t('common.alpha')}