Small visual changes for better contrast

This commit is contained in:
molan-git 2020-01-16 17:29:26 +00:00 committed by GitHub
parent bc338c39a3
commit 5acbba10f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Item {
}*/
Rectangle {
anchors.fill: parent
opacity: 0.1
opacity: 0.2
gradient: Gradient {
GradientStop { position: 0.0; color: Theme.highlightBackgroundColor }
GradientStop { position: 1.0; color: Theme.highlightBackgroundColor }
@ -51,7 +51,7 @@ Item {
id: ttl
text: title
height: contentHeight
color: Theme.highlightColor
color: Theme.primaryColor
font.pixelSize: Theme.fontSizeLarge
font.family: Theme.fontFamilyHeading
horizontalAlignment: Text.AlignRight
@ -61,7 +61,7 @@ Item {
Label {
height: description === "" ? 0 : contentHeight
text: description
color: Theme.secondaryHighlightColor
color: Theme.primaryColor
font.pixelSize: Theme.fontSizeSmall
font.family: Theme.fontFamilyHeading
horizontalAlignment: Text.AlignRight