mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: make the styling of the hex code component consistent with others
This commit is contained in:
parent
07fe0e8dc8
commit
168b35f86d
@ -55,9 +55,10 @@ const ColorFieldInputComponent = (props: FieldComponentProps<ColorFieldInputInst
|
||||
background: colorTokenToCssVar('base.700'),
|
||||
color: colorTokenToCssVar('base.100'),
|
||||
fontSize: 12,
|
||||
paddingInlineStart: 4,
|
||||
paddingInlineStart: 10,
|
||||
borderRadius: 4,
|
||||
paddingBlock: 4,
|
||||
outline: 'none',
|
||||
}}
|
||||
className="nodrag"
|
||||
color={rgbaToHex(color)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user