~thomir-deactivatedaccount/ubuntu-calendar-app/trunk-fix-ugly-bits

« back to all changes in this revision

Viewing changes to MonthComponent.qml

  • Committer: Alan Pope
  • Date: 2014-05-22 11:50:12 UTC
  • mto: This revision was merged to the branch mainline in revision 281.
  • Revision ID: alan.pope@canonical.com-20140522115012-54lqvexaqhk2da5z
start moving to new colours

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
                        if(isToday) {
202
202
                            "#2C001E"
203
203
                        } else {
204
 
                            "white"
 
204
                            "#5D5D5D"
205
205
                        }
206
206
                    } else {
207
207
                        "#AEA79F"
266
266
            text: day.toUpperCase();
267
267
            horizontalAlignment: Text.AlignHCenter
268
268
            fontSize: root.dayLabelFontSize
269
 
            color: "#AEA79F"
 
269
            color: "white"
270
270
        }
271
271
    }
272
272