Browse Source

few fixes

v0.17
yajan 2 years ago
parent
commit
ee30e7696d
  1. 2
      GME Remit/Modules/NotificationDetail/User Interface/View/NotificationDetailViewController.swift
  2. 2
      GME Remit/Utilities/CustomUI/Badge/BadgeAppearance.swift

2
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!
}
}

2
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

Loading…
Cancel
Save