From 0c2247bff92baf730320dbbb7141afeb6b31b61a Mon Sep 17 00:00:00 2001
From: Jean-Pascal <jean-pascal.aubry@inrae.fr>
Date: Mon, 3 Jun 2024 13:50:58 +0000
Subject: [PATCH] fix: set mat error style as error empty field

---
 src/styles.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/styles.scss b/src/styles.scss
index 2ecd7a51f..01a0d98c9 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -33,6 +33,10 @@ button {
     to { transform: translateX(400%); } */
 }
 
+.mat-error {
+    font-size: 14px !important;
+    font-weight: 500 !important;
+}
 // --------- bootstrap inspired styles ---------
 
 h1 {
-- 
GitLab