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