From 1944f5c15b1a79b50be25edba94c685f7eb05c70 Mon Sep 17 00:00:00 2001 From: cinaaaa Date: Sat, 1 Apr 2023 02:45:41 +0330 Subject: [PATCH] fix: color mismatch --- README.md | 2 +- packages/react-tagify/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3790bd2..b04a7c4 100644 --- a/README.md +++ b/README.md @@ -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. | diff --git a/packages/react-tagify/README.md b/packages/react-tagify/README.md index 3790bd2..b04a7c4 100644 --- a/packages/react-tagify/README.md +++ b/packages/react-tagify/README.md @@ -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. |