From 5dd60c816c7cfafa38e0e3b20681c4c2e56e447a Mon Sep 17 00:00:00 2001 From: sercan Date: Fri, 30 Apr 2021 19:39:02 +0300 Subject: [PATCH] (apps/chat) Small adjustments and tweaks for Dark mode --- .../apps/chat/chats/chats.component.html | 2 +- .../contact-info/contact-info.component.html | 137 +++++++++--------- .../conversation/conversation.component.html | 2 +- 3 files changed, 71 insertions(+), 70 deletions(-) diff --git a/src/app/modules/admin/apps/chat/chats/chats.component.html b/src/app/modules/admin/apps/chat/chats/chats.component.html index db07453c..bcab6292 100644 --- a/src/app/modules/admin/apps/chat/chats/chats.component.html +++ b/src/app/modules/admin/apps/chat/chats/chats.component.html @@ -28,7 +28,7 @@ -
+
diff --git a/src/app/modules/admin/apps/chat/contact-info/contact-info.component.html b/src/app/modules/admin/apps/chat/contact-info/contact-info.component.html index 556da3c7..9ea099c8 100644 --- a/src/app/modules/admin/apps/chat/contact-info/contact-info.component.html +++ b/src/app/modules/admin/apps/chat/contact-info/contact-info.component.html @@ -1,4 +1,4 @@ -
+
@@ -10,76 +10,77 @@
Contact info
- -
-
- - - - -
- {{chat.contact.name.charAt(0)}} -
-
+
+ +
+
+ + + + +
+ {{chat.contact.name.charAt(0)}} +
+
+
+
{{chat.contact.name}}
+
{{chat.contact.about}}
-
{{chat.contact.name}}
-
{{chat.contact.about}}
-
-
- -
Media
-
- - - -
- -
-
Details
- -
-
Email
-
{{chat.contact.details.emails[0].email}}
-
-
- -
-
Phone number
-
{{chat.contact.details.phoneNumbers[0].number}}
-
-
- -
-
Title
-
{{chat.contact.details.title}}
-
-
- -
-
Company
-
{{chat.contact.details.company}}
-
-
- -
-
Birthday
-
{{chat.contact.details.birthday}}
-
-
- -
-
Address
-
{{chat.contact.details.address}}
-
-
+
+ +
Media
+
+ + + +
+ +
+
Details
+ +
+
Email
+
{{chat.contact.details.emails[0].email}}
+
+
+ +
+
Phone number
+
{{chat.contact.details.phoneNumbers[0].number}}
+
+
+ +
+
Title
+
{{chat.contact.details.title}}
+
+
+ +
+
Company
+
{{chat.contact.details.company}}
+
+
+ +
+
Birthday
+
{{chat.contact.details.birthday}}
+
+
+ +
+
Address
+
{{chat.contact.details.address}}
+
+
+
-
diff --git a/src/app/modules/admin/apps/chat/conversation/conversation.component.html b/src/app/modules/admin/apps/chat/conversation/conversation.component.html index 136da840..9c3fa082 100644 --- a/src/app/modules/admin/apps/chat/conversation/conversation.component.html +++ b/src/app/modules/admin/apps/chat/conversation/conversation.component.html @@ -156,7 +156,7 @@
-
+