From 8bd4161d91b1a0a0a636c6d41b42f896a74b1bd0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 2 Dec 2023 13:58:39 -0500 Subject: [PATCH] assign --- .../pending-suggested/pending-suggested.component.html | 8 ++++---- src/global.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/components/pending-suggested/pending-suggested.component.html b/src/app/components/pending-suggested/pending-suggested.component.html index 5021856..d77d31d 100644 --- a/src/app/components/pending-suggested/pending-suggested.component.html +++ b/src/app/components/pending-suggested/pending-suggested.component.html @@ -42,10 +42,10 @@
Reward
- +
NGN @@ -56,7 +56,7 @@
Timeline
- + {{item.tx}}
@@ -71,7 +71,7 @@
Delivery Details
- + diff --git a/src/global.scss b/src/global.scss index 3d11f20..0aea416 100644 --- a/src/global.scss +++ b/src/global.scss @@ -305,16 +305,16 @@ height: 45px; } .modal-head{ height: 45px; - background-color: #4c8dff; + // background-color: #4c8dff; color: white; font-weight: bolder; font-size: 18px; ion-toolbar{ height: 45px; - background-color: yellow; + // background-color: yellow; ion-title{ - height: 45px; - background-color: #4B5DFA; + height: 45px !important; + // background-color: #4B5DFA; } } } \ No newline at end of file