[app] Changed title color to match default cover

This commit is contained in:
Slava Monich 2015-07-20 22:48:23 +03:00
parent 92c2a9a59f
commit 4417e55191

View file

@ -105,5 +105,6 @@ CoverBackground {
}
text: book ? book.title : ""
visible: bookCover.empty
color: "#FFE898"
}
}