aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2019-02-01 15:46:59 +0100
committerEgor Nemtsev <enemtsev@luxoft.com>2019-02-04 09:04:16 +0000
commit7794f94b0d596fdad8ad29699d54a980ccb9490e (patch)
treee7da372804be511a93ffdf110fa9da2edc3705d7
parent7f2d0f025fdb493bb0109011116ead2c52c64ac0 (diff)
[phone] use grey instead since disabledTextColor is not available
Change-Id: I287fe0c7599e9aac62fcc9f3fc409bb6a530288c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
-rw-r--r--apps/com.pelagicore.phone/views/FavoritesWidgetView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.phone/views/FavoritesWidgetView.qml b/apps/com.pelagicore.phone/views/FavoritesWidgetView.qml
index 388f8987..6633fe2e 100644
--- a/apps/com.pelagicore.phone/views/FavoritesWidgetView.qml
+++ b/apps/com.pelagicore.phone/views/FavoritesWidgetView.qml
@@ -176,7 +176,7 @@ Item {
Layout.leftMargin: Sizes.dp(22)
Layout.fillWidth: true
text: model.firstName + " " + model.surname
- color: enabled ? Style.contrastColor : Style.disabledTextColor
+ color: Style.contrastColor
}
ToolButton {
Layout.preferredWidth: Sizes.dp(100)