File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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+
711This guide explains how to listen for events emitted by the feedback widget and handle them with JavaScript.
812
913## Events overview
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments