Skip to content

Commit

Permalink
Add size prop to usage in PaletteEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Dec 11, 2024
1 parent 1b109a2 commit 3506683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/palette-edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const DEFAULT_COLOR = '#000';
function NameInput( { value, onChange, label }: NameInputProps ) {
return (
<NameInputControl
size="compact"
label={ label }
hideLabelFromVision
value={ value }
Expand Down

0 comments on commit 3506683

Please sign in to comment.