diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:48:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:48:42 +0800 |
commit | be4b47f469b12107bc0216e52e38cd92956713cd (patch) | |
tree | 8e537e96e433ab745f16b2e4d3addb00460fe8f0 /Home | |
parent | 72ce71d077422c56d5f90f48f7e7054dd3322d66 (diff) |
Headers text support 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 1c6cc23..5421b99 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -49,7 +49,6 @@ Flickable { Lbl.Display6 { text: bannerTitleText - color: "#24292d" horizontalAlignment: Text.AlignHCenter Layout.fillWidth: true } @@ -196,7 +195,6 @@ Flickable { Lbl.H1 { text: qsTr("Most Popular Courses") - color: "#24292d" horizontalAlignment: Text.AlignHCenter Layout.fillWidth: true Layout.bottomMargin: 8 |