You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes some variables in the CDK overlay that have been deprecated for a while and don't appear to be exposed anywhere.
BREAKING CHANGE:
* `$z-index-overlay-container` has been removed. Use `$overlay-container-z-index` instead.
* `$z-index-overlay` has been removed. Use `$overlay-z-index` instead.
* `$dark-backdrop-background` has been removed. Use `$overlay-backdrop-color` instead.
* `$z-index-overlay-backdrop` has been removed. Use `$overlay-backdrop-z-index` instead.
0 commit comments