← Back to team overview

ubuntu-sdk-team team mailing list archive

[Merge] lp:~daker/ubuntu-ui-toolkit/fix.1664758 into lp:ubuntu-ui-toolkit/staging

 

Adnane Belmadiaf has proposed merging lp:~daker/ubuntu-ui-toolkit/fix.1664758 into lp:ubuntu-ui-toolkit/staging.

Commit message:
Replace the hardcoded color with a theme color

Requested reviews:
  Ubuntu SDK team (ubuntu-sdk-team)
Related bugs:
  Bug #1664758 in ubuntu-ui-toolkit (Ubuntu): "UbuntuListView leading/trailing Actions looks disabled on SuruDark"
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1664758

For more details, see:
https://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1664758/+merge/317307

Replace the hardcoded color with a theme color
-- 
Your team Ubuntu SDK team is requested to review the proposed merge of lp:~daker/ubuntu-ui-toolkit/fix.1664758 into lp:ubuntu-ui-toolkit/staging.
=== modified file 'src/imports/Components/1.3/ListItemPopover.qml'
--- src/imports/Components/1.3/ListItemPopover.qml	2015-07-01 12:06:34 +0000
+++ src/imports/Components/1.3/ListItemPopover.qml	2017-02-15 12:01:57 +0000
@@ -35,7 +35,7 @@
         Label {
             anchors.verticalCenter: parent.verticalCenter
             text: action.text
-            color: '#5D5D5D'
+            color: theme.palette.normal.backgroundText
         }
 
         onClicked: popover.hide()


References