Skip to content

Commit

Permalink
Mark Gradient.gradient from PaletteEdit as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Mar 15, 2023
1 parent 1182a28 commit 7595d97
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 7595d97

Please sign in to comment.