Skip to content

Commit

Permalink
Improve prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed May 21, 2024
1 parent eedd567 commit 9aba7d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tags/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export interface ITagProps extends HTMLAttributes<HTMLDivElement> {
size?: (typeof SIZE)[number];
/**
* Sets the color of the tag. Refer to
* [PALETTE](/components/palette#palette)
* theming [colors](components/theme-object#colors)
* or [PALETTE](/components/palette#palette)
* for available colors. Accepts any hex value.
*/
hue?: string;
Expand Down

0 comments on commit 9aba7d3

Please sign in to comment.