Skip to content

Commit

Permalink
Update src/components/color_picker/color_palette_picker/color_palette…
Browse files Browse the repository at this point in the history
…_picker.tsx
  • Loading branch information
miukimiu committed Jun 2, 2020
1 parent 93fc2b9 commit ee7b0b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interface EuiColorPalettePickerPaletteFixed {
*/
type: 'fixed';
/**
* Array of color `strings`. The stops must be numbers in an ordered range.
* Array of color `strings`.
*/
palette: string[];
}
Expand Down

0 comments on commit ee7b0b7

Please sign in to comment.