Skip to content

Commit

Permalink
Mark PaletteEdits Gradient.gradient prop as required
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Mar 21, 2023
1 parent 91eee49 commit fc22765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/palette-edit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type Color = {
};

export type Gradient = {
gradient?: string;
gradient: string;
name: string;
slug: string;
color?: never;
Expand Down

0 comments on commit fc22765

Please sign in to comment.