diff --git a/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts b/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts index bd891084e7..892679309a 100644 --- a/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts +++ b/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { SkyIdModule } from '@skyux/core'; import { SkyInputBoxModule } from '@skyux/forms'; -import { SkyFluidGridModule } from '@skyux/layout'; +import { SkyBoxModule, SkyFluidGridModule } from '@skyux/layout'; import { SkyModalModule } from '@skyux/modals'; import { SkyActionHubModule } from '@skyux/pages'; @@ -25,6 +25,7 @@ import { SettingsComponent } from './settings/settings.component'; SkyIdModule, SkyInputBoxModule, SkyModalModule, + SkyBoxModule, ], }) export class ActionHubModule { diff --git a/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html b/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html index 859dbf2fa8..56a099db5d 100644 --- a/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html +++ b/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html @@ -39,4 +39,12 @@ Undefined + + + Content + +

This is the content area.

+
+
+
diff --git a/libs/components/pages/src/lib/modules/needs-attention/needs-attention.component.html b/libs/components/pages/src/lib/modules/needs-attention/needs-attention.component.html index fe77a59929..0fc09fcbc6 100644 --- a/libs/components/pages/src/lib/modules/needs-attention/needs-attention.component.html +++ b/libs/components/pages/src/lib/modules/needs-attention/needs-attention.component.html @@ -2,7 +2,7 @@ class="sky-needs-attention-container sky-box" [skyThemeClass]="{ 'sky-padding-even-large sky-shadow': 'default', - 'sky-box sky-elevation-1-bordered sky-padding-even-xl': 'modern' + 'sky-elevation-1-bordered sky-padding-even-xl': 'modern' }" >