~renatofilho/ubuntu-calendar-app/majster-new-event-page

« back to all changes in this revision

Viewing changes to HeaderDateComponent.qml

  • Committer: Tarmac
  • Author(s): Alan Pope
  • Date: 2014-05-22 15:46:22 UTC
  • mfrom: (279.2.2 calendar-colours)
  • Revision ID: tarmac-20140522154622-1rwq909uiolgnuah
Use muted colours. Fixes: https://bugs.launchpad.net/bugs/1305894.

Approved by Kunal Parmar, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            text: day.toUpperCase();
28
28
            fontSize: "medium"
29
29
            horizontalAlignment: Text.AlignHCenter
30
 
            color: "#AEA79F"
 
30
            color: "white"
31
31
            width: parent.width
32
32
        }
33
33