[app] Changed title color to match default cover
This commit is contained in:
parent
92c2a9a59f
commit
4417e55191
1 changed files with 1 additions and 0 deletions
|
@ -105,5 +105,6 @@ CoverBackground {
|
||||||
}
|
}
|
||||||
text: book ? book.title : ""
|
text: book ? book.title : ""
|
||||||
visible: bookCover.empty
|
visible: bookCover.empty
|
||||||
|
color: "#FFE898"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue