Skip to content

Commit

Permalink
fix: color mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cinaaaa committed Mar 31, 2023
1 parent 0d7f1df commit 1944f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { Tagify } from 'react-tagify';
| Prop | Type | Default | Description |
|----------------|----------|---------|-------------------------------------------------------------------|
| children | ReactNode | - | The content to be processed for tags and mentions. |
| colors | string | '#0073e6' | The color of the tags and mentions. |
| color | string | '#0073e6' | The color of the tags and mentions. |
| onClick | function | - | A callback function that is called when a tag or mention is clicked. Receives the clicked element as an argument and type of it |
| tagStyle | object | - | The CSS style object for hashtag styling. |
| mentionStyle | object | - | The CSS style object for mention styling. |
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tagify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { Tagify } from 'react-tagify';
| Prop | Type | Default | Description |
|----------------|----------|---------|-------------------------------------------------------------------|
| children | ReactNode | - | The content to be processed for tags and mentions. |
| colors | string | '#0073e6' | The color of the tags and mentions. |
| color | string | '#0073e6' | The color of the tags and mentions. |
| onClick | function | - | A callback function that is called when a tag or mention is clicked. Receives the clicked element as an argument and type of it |
| tagStyle | object | - | The CSS style object for hashtag styling. |
| mentionStyle | object | - | The CSS style object for mention styling. |
Expand Down

1 comment on commit 1944f5c

@vercel
Copy link

@vercel vercel bot commented on 1944f5c Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.