diff options
| -rw-r--r-- | CardItem.ui.qml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/CardItem.ui.qml b/CardItem.ui.qml index a039ff1..3464686 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -86,7 +86,10 @@ Rectangle {  				right: parent.right  				rightMargin: 16  			} -			font.pointSize: 14 +			font { +				weight: Font.Light +				pointSize: 14 +			}  		}  	}  } |