~dandrader/unity8/workaroundAnimatedSpriteBug

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/PreviewPayments.qml

  • Committer: CI Train Bot
  • Author(s): Michael Terry
  • Date: 2016-05-27 13:52:27 UTC
  • mfrom: (2325.10.1 less-ubuntucolors)
  • Revision ID: ci-train-bot@canonical.com-20160527135227-j6bnw4l2dmf7zkx4
Change some dash button colors from orange to green.

And switch other colors from hardcoded values to the same semantic theme value. Fixes: #1581047

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        id: paymentButton
36
36
        objectName: "paymentButton"
37
37
 
38
 
        color: UbuntuColors.orange
 
38
        color: theme.palette.normal.positive
39
39
        text: paymentClient.formattedPrice
40
40
        onClicked: {
41
41
            paymentClient.start();