File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ The tables below lists all the available properties you can override:
6262
6363``` css
6464:root {
65+
6566 --feedback-modal-button-bg-color : var (--feedback-white-color );
6667 --feedback-modal-button-bg-color-active : var (--feedback-white-color );
6768 --feedback-modal-button-border-color : var (--feedback-light-color );
@@ -79,6 +80,8 @@ The tables below lists all the available properties you can override:
7980 --feedback-modal-button-text-color-active : var (--feedback-primary-color );
8081 --feedback-modal-close-bg-color : var (--feedback-white-color );
8182 --feedback-modal-close-color : var (--feedback-dark-color );
83+ --feedback-modal-content-max-width : 600px ;
84+ --feedback-modal-content-sidebar-max-width : 300px ;
8285 --feedback-modal-content-bg-color : var (--feedback-white-color );
8386 --feedback-modal-content-border-color : var (--feedback-light-color );
8487 --feedback-modal-content-border-radius : 8px ;
You can’t perform that action at this time.
0 commit comments