Skip to content

Commit

Permalink
fix: color prop is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 22, 2021
1 parent 7bda766 commit ac6f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/Tag/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface TagProps {
/**
* color for the tag. The full color will be applied to the border and a transparentized color will be used as background
*/
color: string;
color?: string;

/**
* transparent amount - 0 to 1
Expand Down

0 comments on commit ac6f850

Please sign in to comment.