diff --git a/projects/aca-content/src/lib/ui/overrides/adf-variables.scss b/projects/aca-content/src/lib/ui/overrides/adf-variables.scss index 8646afa98..48b791a73 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-variables.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-variables.scss @@ -89,7 +89,8 @@ --adf-secondary-modal-text-color: #212121, --adf-disabled-button-background: rgba(0, 0, 0, 0.12), --adf-chip-border-color: #757575, - --adf-sidenav-active-text-color: rgba(0, 48, 100, 1) + --adf-sidenav-active-text-color: rgba(0, 48, 100, 1), + --adf-accessibility-tooltip-background-color: #2f3033 ); // propagates SCSS variables into the CSS variables scope