diff --git a/ui-ngx/src/app/modules/home/pages/mobile/applications/applications.module.ts b/ui-ngx/src/app/modules/home/pages/mobile/applications/applications.module.ts index c213ab9ee6..a3a05d6a50 100644 --- a/ui-ngx/src/app/modules/home/pages/mobile/applications/applications.module.ts +++ b/ui-ngx/src/app/modules/home/pages/mobile/applications/applications.module.ts @@ -21,11 +21,13 @@ import { CommonModule } from '@angular/common'; import { SharedModule } from '@shared/shared.module'; import { HomeComponentsModule } from '@home/components/home-components.module'; import { ApplicationsRoutingModule } from '@home/pages/mobile/applications/applications-routing.module'; +import { ReleaseNotesPanelComponent } from '@home/pages/mobile/applications/release-notes-panel.component'; @NgModule({ declarations: [ MobileAppComponent, - MobileAppTableHeaderComponent + MobileAppTableHeaderComponent, + ReleaseNotesPanelComponent ], imports: [ CommonModule, diff --git a/ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app-table-config.resolver.ts b/ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app-table-config.resolver.ts index 2c86f6124c..ef513728a9 100644 --- a/ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app-table-config.resolver.ts +++ b/ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app-table-config.resolver.ts @@ -120,7 +120,7 @@ export class MobileAppTableConfigResolver { backgroundColor = 'rgba(209, 39, 48, 0.06)'; break; case MobileAppStatus.DRAFT: - backgroundColor = 'rgba(160, 160, 160, 0.06)'; + backgroundColor = 'rgba(0, 148, 255, 0.06)'; break; } return `