Skip to content

Commit

Permalink
fix: linear gradient locations typing
Browse files Browse the repository at this point in the history
  • Loading branch information
enagorny committed Sep 14, 2022
1 parent ef47454 commit 8db73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/primitives/Box/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface ILinearGradientProps {
colors: Array<string>;
start?: Array<number>;
end?: Array<number>;
location?: Array<number>;
locations?: Array<number>;
};
}

Expand Down

0 comments on commit 8db73ad

Please sign in to comment.