We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#triage-eng-support thread
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.
flatfile-core-libraries/packages/angular/angular-sdk/src/lib/sdk/space-close-modal/spaceCloseModal.component.scss
Lines 1 to 6 in 6773e36
The text was updated successfully, but these errors were encountered:
Hey Amuelli, thanks for reporting this! We'll take a look.
Sorry, something went wrong.
No branches or pull requests
#triage-eng-support thread
Based on the documentation here the following CSS variables can be used to customize elements outside the iframe:
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.
flatfile-core-libraries/packages/angular/angular-sdk/src/lib/sdk/space-close-modal/spaceCloseModal.component.scss
Lines 1 to 6 in 6773e36
The text was updated successfully, but these errors were encountered: