~dandrader/unity8/workaroundAnimatedSpriteBug

« back to all changes in this revision

Viewing changes to qml/Components/ModeSwitchWarningDialog.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:
86
86
        Button {
87
87
            objectName: "forceCloseButton"
88
88
            text: i18n.tr("Close all")
89
 
            color: UbuntuColors.red
 
89
            color: theme.palette.normal.negative
90
90
            onClicked: {
91
91
                root.forceClose();
92
92
            }