From 43374d8d1daa461f986e117816a88bde6513f2eb Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 29 Jul 2024 13:43:27 -0400 Subject: [PATCH] move about theme to proper place --- projects/aca-content/src/lib/ui/custom-theme.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/aca-content/src/lib/ui/custom-theme.scss b/projects/aca-content/src/lib/ui/custom-theme.scss index 5447a206e..eff1b86ee 100644 --- a/projects/aca-content/src/lib/ui/custom-theme.scss +++ b/projects/aca-content/src/lib/ui/custom-theme.scss @@ -40,5 +40,4 @@ $custom-theme: mat.define-light-theme( @include adf-style-fixes($theme); @include adf-pagination-theme($theme); @include ay11-theme; - @include adf-about-theme($theme); }