From ee30e7696deba6ce657804e57447641ed10155e3 Mon Sep 17 00:00:00 2001 From: yajan Date: Thu, 29 Sep 2022 23:26:39 +0545 Subject: [PATCH] few fixes --- .../User Interface/View/NotificationDetailViewController.swift | 2 +- GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GME Remit/Modules/NotificationDetail/User Interface/View/NotificationDetailViewController.swift b/GME Remit/Modules/NotificationDetail/User Interface/View/NotificationDetailViewController.swift index 66c1aca7..534a5905 100644 --- a/GME Remit/Modules/NotificationDetail/User Interface/View/NotificationDetailViewController.swift +++ b/GME Remit/Modules/NotificationDetail/User Interface/View/NotificationDetailViewController.swift @@ -41,7 +41,7 @@ class NotificationDetailViewController: UIViewController { func renderData() { dateLabel.text = "Date: \(notification.createDate!)" titleLabel.text = notification.title - transIdLabel.text = "Tran ID: \(notification.body!)" + transIdLabel.text = notification.body! } } diff --git a/GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift b/GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift index 614d19ca..06e8bb37 100644 --- a/GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift +++ b/GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift @@ -29,7 +29,7 @@ public struct BadgeAppearance { textColor = .red animate = true duration = 0.2 - borderColor = .red + borderColor = .themeBlue borderWidth = 1 allowShadow = false distanceFromCenterX = 0