From b071e0f5b1643d3b12f869cd595bac29f97d3272 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 9 Oct 2022 16:28:33 +0300 Subject: [PATCH] changed MOE colors --- .../ui/services-button/services-button.component.scss | 2 +- .../hmg-common/ui/stats-button/stats-button.component.scss | 4 ++-- Mohem/src/assets/localization/i18n.json | 4 ++-- Mohem/src/theme/variables.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss index 7fd315b3..568db468 100644 --- a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss @@ -35,7 +35,7 @@ font-size: 8px; text-align: center; margin-top: 10px; - color: black; + color: #004D71; font-weight: 600; letter-spacing: .6px; } \ No newline at end of file diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss index c560fdb0..f3974bb6 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss @@ -33,7 +33,7 @@ span { font-size: 25px; font-weight: bold; - color: black; + color: #004D71; text-align: -webkit-auto; display: block; } @@ -44,7 +44,7 @@ ion-app[dir="rtl"] .titleBox { } .pClass { - color: black; + color: #004D71; width: 85%; margin-top: 5px; font-weight: bold; diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index 3a5bcb7d..fad4b1e2 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -1244,8 +1244,8 @@ "ar": "الحضور الشهري" }, "monthly-time-sheet-view": { - "en": "View your Monthly Time Sheet", - "ar": "عرض حضورك الشهري لساعات العمل" + "en": "View profile and Personal Information", + "ar": "عرض الملف الشخصي والمعلومات الشخصية" }, "view-detail": { "en": "View Detail", diff --git a/Mohem/src/theme/variables.scss b/Mohem/src/theme/variables.scss index 4af650d0..b5580e02 100644 --- a/Mohem/src/theme/variables.scss +++ b/Mohem/src/theme/variables.scss @@ -116,7 +116,7 @@ --danger: #f53d3d; --customnavy: #44A7A1; --light: #ffffff; - --dark: #000000; + --dark: #004D71; --gray: #e4e5e7; --custgreen: #44A7A1; --cusgray: #d9d9d9;