Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New iconColor #108

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/reference/react-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,12 @@ Example:

Make our button fit in - or stand out. You can customize our button using the following parameters:

| Parameter | Type | Description |
| ------------------ | -------- | ---------------------------------------------------- |
| **buttonIconSize** | `number` | Determines the size of the icon used for the button. |
| **buttonHeight** | `number` | Determines the height of the button. |
| **buttonWidth** | `number` | Determines the width of the button. |
| Parameter | Type | Description |
| ------------------ | -------- | ----------------------------------------------------- |
| **buttonIconSize** | `number` | Determines the size of the icon used for the button. |
| **buttonHeight** | `number` | Determines the height of the button. |
| **buttonWidth** | `number` | Determines the width of the button. |
| **iconColor** | `string` | Determines the color of the icon used for the button. |

```jsx
<NotificationPopup buttonIconSize={30} buttonHeight={50} buttonWidth={50} />
Expand Down
Loading