diff --git a/iGap/General/IGGlobal.swift b/iGap/General/IGGlobal.swift
index b6de09f..fed38dd 100644
--- a/iGap/General/IGGlobal.swift
+++ b/iGap/General/IGGlobal.swift
@@ -118,6 +118,10 @@ extension UIColor {
return UIColor(red: 0.0/255.0, green: 188.0/255.0, blue: 202.0/255.0, alpha: 1.0)
}
+ class func senderNameColorDark() -> UIColor {
+ return UIColor(red: 0.0/255.0, green: 100.0/255.0, blue: 120.0/255.0, alpha: 1.0)
+ }
+
class func chatBubbleBackground(isIncommingMessage: Bool) -> UIColor {
if isIncommingMessage {
return UIColor.incommingChatBuubleBackgroundColor()
diff --git a/iGap/Libraries/Chat Screen/Chat Cells/AbstractCell.swift b/iGap/Libraries/Chat Screen/Chat Cells/AbstractCell.swift
index a97cc01..2cb9871 100644
--- a/iGap/Libraries/Chat Screen/Chat Cells/AbstractCell.swift
+++ b/iGap/Libraries/Chat Screen/Chat Cells/AbstractCell.swift
@@ -631,7 +631,7 @@ class AbstractCell: IGMessageGeneralCollectionViewCell {
if txtSenderNameAbs == nil {
txtSenderNameAbs = UILabel()
- txtSenderNameAbs.textColor = UIColor.senderNameColor()
+ txtSenderNameAbs.textColor = UIColor.senderNameColorDark()
txtSenderNameAbs.font = UIFont.igFont(ofSize: 8.0)
self.contentView.addSubview(txtSenderNameAbs)
}
diff --git a/iGap/Supporting FIles/Info.plist b/iGap/Supporting FIles/Info.plist
index 978087f..1a8c123 100644
--- a/iGap/Supporting FIles/Info.plist
+++ b/iGap/Supporting FIles/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2.1
+ 0.3.0
CFBundleVersion
453
Fabric
diff --git a/iGap/VIew/Base.lproj/Main.storyboard b/iGap/VIew/Base.lproj/Main.storyboard
index 9fafd31..50c3f2f 100644
--- a/iGap/VIew/Base.lproj/Main.storyboard
+++ b/iGap/VIew/Base.lproj/Main.storyboard
@@ -647,7 +647,7 @@ Please wait 0:59
-
+
@@ -1020,8 +1020,9 @@ Please wait 0:59
-
+
+
@@ -1445,7 +1446,7 @@ Please wait 0:59
-
+
@@ -1505,7 +1506,7 @@ Please wait 0:59
-
+
@@ -1546,7 +1547,7 @@ Please wait 0:59
-
+
@@ -5386,7 +5387,7 @@ Cg
-
+