diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:48:57 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:48:57 +0800 |
commit | faf97cc5a774090f73f85d8a10e6ca3f1491e2b2 (patch) | |
tree | 9234893ff358e3510c15cab31ac8e2c49ef50ff4 /Home | |
parent | be4b47f469b12107bc0216e52e38cd92956713cd (diff) |
Body text supports dark mode
Diffstat (limited to 'Home')
-rw-r--r-- | Home/Default.ui.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index 5421b99..95e0a1f 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -55,7 +55,6 @@ Flickable { Lbl.Body { text: bannerContentText - color: "#747579" horizontalAlignment: Text.AlignHCenter Layout.fillWidth: true font.pointSize: Eduport.leadFontSize @@ -202,7 +201,6 @@ Flickable { Lbl.Body { text: qsTr("Choose from hundreds of courses from specialist organizations") - color: "#747579" horizontalAlignment: Text.AlignHCenter Layout.fillWidth: true } |