Label colour change

This commit is contained in:
molan-git 2020-04-30 14:30:36 +02:00 committed by GitHub
parent d6897db2d5
commit 8db104ae72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Item {
Label {
height: description === "" ? 0 : contentHeight
text: description
color: Theme.primaryColor
color: Theme.secondaryColor
font.pixelSize: Theme.fontSizeSmall
font.family: Theme.fontFamilyHeading
horizontalAlignment: Text.AlignRight