From 9affca7b56bcbadb15d1192fdc629d77c27cdecb Mon Sep 17 00:00:00 2001 From: Cyril Joseph Date: Fri, 18 Jul 2025 12:29:41 -0300 Subject: [PATCH] mat theme updates --- angular.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/angular.json b/angular.json index a3ddf2a..8393565 100644 --- a/angular.json +++ b/angular.json @@ -36,6 +36,7 @@ } ], "styles": [ + "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": [], @@ -113,6 +114,7 @@ } ], "styles": [ + "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": []