diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-27 18:45:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-27 18:45:08 +0800 |
commit | a7f9a2bec25137e2609ca0d5bdc9377e0e0e8dd2 (patch) | |
tree | 4f71df2803bd832722391c0d2d1a5b4952659941 /Home | |
parent | 41bd740e4bd9fd4dee5dcc630407453d9455f839 (diff) |
fw-light implementation
Diffstat (limited to 'Home')
-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 - } } } } |