Label colour change
This commit is contained in:
parent
d6897db2d5
commit
8db104ae72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue