summaryrefslogtreecommitdiff
path: root/Home
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-29 08:48:57 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-29 08:48:57 +0800
commitfaf97cc5a774090f73f85d8a10e6ca3f1491e2b2 (patch)
tree9234893ff358e3510c15cab31ac8e2c49ef50ff4 /Home
parentbe4b47f469b12107bc0216e52e38cd92956713cd (diff)
Body text supports dark mode
Diffstat (limited to 'Home')
-rw-r--r--Home/Default.ui.qml2
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
}