fix: fix texts to use secondaryText instead of darkGrey

This commit is contained in:
Jonathan Rainville 2021-02-19 10:20:26 -05:00 committed by Iuri Matias
parent 18ea9dc2cd
commit 6eee5da36e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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