diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml index 5ab6b890f4..7df65d4c39 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml @@ -7,7 +7,7 @@ StyledText { property bool formatDateTime: false id: chatTime visible: isMessage - color: isImage ? Style.current.white : Style.current.darkGrey + color: isImage ? Style.current.white : Style.current.secondaryText text: formatDateTime ? Utils.formatDateTime(timestamp, appSettings.locale) : Utils.formatTime(timestamp, appSettings.locale) font.pixelSize: Style.current.asideTextFontSize diff --git a/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml b/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml index 79012d8d62..a80735601b 100644 --- a/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml +++ b/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml @@ -120,7 +120,7 @@ Rectangle { font.pixelSize: 15 anchors.left: contactImage.right anchors.leftMargin: Style.current.padding - color: Style.current.darkGrey + color: Style.current.secondaryText } StyledText { @@ -132,7 +132,7 @@ Rectangle { anchors.top: parent.top anchors.topMargin: Style.current.smallPadding font.pixelSize: 11 - color: Style.current.darkGrey + color: Style.current.secondaryText } Rectangle { id: contactNumberChatsCircle