diff --git a/web/angular.json b/web/angular.json index 56ec6f307..862ea8cf1 100644 --- a/web/angular.json +++ b/web/angular.json @@ -368,6 +368,7 @@ "styles": [ "node_modules/@taiga-ui/core/styles/taiga-ui-theme.less", "node_modules/@taiga-ui/core/styles/taiga-ui-fonts.less", + "projects/shared/styles/shared.scss", "projects/start-tunnel/src/styles.scss" ], "scripts": [] diff --git a/web/projects/marketplace/src/pages/show/versions.component.ts b/web/projects/marketplace/src/pages/show/versions.component.ts index fe6f9d1d3..d40d6a187 100644 --- a/web/projects/marketplace/src/pages/show/versions.component.ts +++ b/web/projects/marketplace/src/pages/show/versions.component.ts @@ -32,7 +32,7 @@ import { MarketplaceItemComponent } from './item.component' let-completeWith="completeWith" > -