Skip to content

Commit

Permalink
fix(lib): move colorfield rest props to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 19, 2021
1 parent 2b3fb53 commit 0d1e889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/junipero/lib/ColorField/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const ColorField = forwardRef(({

return (
<div
{ ...rest }
className={classNames(
'junipero',
'field',
Expand All @@ -269,7 +270,6 @@ const ColorField = forwardRef(({
>
<DropdownToggle trigger="manual" href={null} tag="div">
<TextField
{ ...rest }
ref={inputRef}
disabled={disabled}
value={state.value}
Expand Down

0 comments on commit 0d1e889

Please sign in to comment.