From 965af355d8381a4568df9f03dd38c585fe7b8626 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 30 Apr 2024 13:17:37 +0300 Subject: [PATCH] styling changes --- ...escription-template-editor-composite-field.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss index 1ef55528b..294f273fc 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss @@ -144,3 +144,8 @@ $blue-color-light: #5cf7f2; left: 50%; transform: translateX(-50%); } + +::ng-deep label { + margin: 0; + color: #212121; +} \ No newline at end of file