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