-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Based on the documentation here the following CSS variables can be used to customize elements outside the iframe:
:root {
--ff-primary-color: #4c48ef !important;
--ff-secondary-color: #616a7d !important;
--ff-text-color: #090b2b !important;
--ff-dialog-border-radius: 4px !important;
--ff-border-radius: 5px !important;
--ff-bg-fade: rgba(0, 0, 0, 0.2) !important;
}
This is currently not the case for the Angular SDK as these variables exist only as SASS variables that are initiated with the default values.
Lines 1 to 6 in 6773e36
| $ff-primary-color: #4c48ef; | |
| $ff-secondary-color: #616a7d; | |
| $ff-text-color: #090b2b; | |
| $ff-dialog-border-radius: 4px; | |
| $ff-border-radius: 5px; | |
| $ff-bg-fade: rgba(0, 0, 0, 0.2); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels