diff --git a/lib/core/toolbar/toolbar.component.scss b/lib/core/toolbar/toolbar.component.scss index ad46e3ffbc..adf2e845a0 100644 --- a/lib/core/toolbar/toolbar.component.scss +++ b/lib/core/toolbar/toolbar.component.scss @@ -1,7 +1,6 @@ @mixin adf-toolbar-theme($theme) { $foreground: map-get($theme, foreground); - $background: map-get($theme, background); $adf-toolbar-height: 48px; $adf-toolbar-font-size: 14px; @@ -18,7 +17,6 @@ .mat-toolbar { min-height: $adf-toolbar-height; border: 1px solid mat-color($foreground, text, .07); - background-color: mat-color($background, app-bar); } .mat-toolbar-row { diff --git a/scripts/README.md b/scripts/README.md index 1f4aeee05e..dea4fe523c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -22,7 +22,7 @@ feel of what's available. * Start the demo shell using the JS-API from the development branch and the local component in the lib folder ```sh -./start.sh -dev -t -gitjsapi development +./start.sh -dev -gitjsapi development ``` * Build the lib folder using the JS-API from the development branch