diff --git a/projects/core/src/lib/components/gallery.component.ts b/projects/core/src/lib/components/gallery.component.ts index 7c5f9e4c..2600c1fb 100644 --- a/projects/core/src/lib/components/gallery.component.ts +++ b/projects/core/src/lib/components/gallery.component.ts @@ -18,6 +18,7 @@ import { IframeItem, ImageItem, VideoItem, YoutubeItem } from './templates'; @Component({ selector: 'gallery', changeDetection: ChangeDetectionStrategy.OnPush, + styleUrls: ['../styles/gallery.scss'], template: `