Skip to content

Commit

Permalink
fix: make the styling of the hex code component consistent with others
Browse files Browse the repository at this point in the history
  • Loading branch information
blessedcoolant committed Mar 21, 2024
1 parent f9fd247 commit 355d844
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 355d844

Please sign in to comment.