From 8b47434c37d753883a88486894235ff60d494436 Mon Sep 17 00:00:00 2001 From: Bartosz Sekula Date: Fri, 16 May 2025 16:28:08 +0200 Subject: [PATCH] AAE-33052 Deprecate custom theme (#10870) --- lib/core/custom-theme/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/core/custom-theme/README.md diff --git a/lib/core/custom-theme/README.md b/lib/core/custom-theme/README.md new file mode 100644 index 0000000000..d145bb275a --- /dev/null +++ b/lib/core/custom-theme/README.md @@ -0,0 +1,3 @@ +# DEPRECATION WARNING + +The custom theme is deprecated and will be removed in the future. To generate a custom theme, please refer to the Angular Material [Custom Theme section](https://v18.material.angular.dev/guide/theming#custom-theme).