diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatTime.qml index 976a444d8c..36682972b1 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.secondaryText + color: Style.current.secondaryText text: formatDateTime ? Utils.formatDateTime(timestamp, globalSettings.locale) : Utils.formatTime(timestamp, globalSettings.locale) font.pixelSize: Style.current.asideTextFontSize