Skip to content

Commit 50edf53

Browse files
committed
docs: add new button color props
1 parent 635220b commit 50edf53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/customization/feedback-events.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_position: 5
44

55
# Events
66

7+
:::info
8+
This feature is only available on the [Professional](https://pushfeedback.com#pricing) and [Unlimited](https://pushfeedback.com#pricing) plans.
9+
:::
10+
711
This guide explains how to listen for events emitted by the feedback widget and handle them with JavaScript.
812

913
## Events overview

docs/customization/styles.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ The tables below lists all the available properties you can override:
5050
--feedback-button-border-radius: 20px;
5151
--feedback-button-dark-bg-color: var(--feedback-primary-color);
5252
--feedback-button-dark-text-color: var(--feedback-white-color);
53+
--feedback-button-dark-icon-color: var(--feedback-white-color);
5354
--feedback-button-light-bg-color: var(--feedback-white-color);
5455
--feedback-button-light-text-color: var(--feedback-primary-color);
56+
--feedback-button-light-icon-color: var(--feedback-primary-color);
5557
--feedback-button-text-font-size: var(--feedback-text-font-size);
5658
--feedback-button-text-font-weight: 600;
5759
--feedback-button-z-index: 300;

0 commit comments

Comments
 (0)