diff options
Diffstat (limited to 'Home/Default/Card.ui.qml')
-rw-r--r-- | Home/Default/Card.ui.qml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 18fb75b..b80cf26 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -185,36 +185,22 @@ Item { Item { Layout.fillWidth: true - Label { + Lbl.FwLight { id: duration text: "15h 30m" anchors { left: parent.left verticalCenter: parent.verticalCenter } - font { - family: Eduport.fwLightFont - .family - weight: Eduport.fwLightFont - .weight - pointSize: Eduport.h6FontSize - } } - Label { + Lbl.FwLight { id: lectures text: "68 lectures" anchors { right: parent.right verticalCenter: parent.verticalCenter } - font { - family: Eduport.fwLightFont - .family - weight: Eduport.fwLightFont - .weight - pointSize: Eduport.h6FontSize - } } } } |