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 /Course | |
parent | be4b47f469b12107bc0216e52e38cd92956713cd (diff) |
Body text supports dark mode
Diffstat (limited to 'Course')
-rw-r--r-- | Course/Detail/Classic.ui.qml | 1 | ||||
-rw-r--r-- | Course/Detail/Classic/Content/Main.ui.qml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml index 7811c64..a60e331 100644 --- a/Course/Detail/Classic.ui.qml +++ b/Course/Detail/Classic.ui.qml @@ -68,7 +68,6 @@ Flickable { Lbl.Body { id: introTitleParagraph text: qsTr("Satisfied conveying a dependent contented he gentleman agreeable do be. Warrant private blushes removed an in equally totally if. Delivered dejection necessary objection do Mr prevailed. Mr feeling does chiefly cordial in do.") - color: "#747579" Layout.fillWidth: true } } diff --git a/Course/Detail/Classic/Content/Main.ui.qml b/Course/Detail/Classic/Content/Main.ui.qml index db29cb2..b00fe1d 100644 --- a/Course/Detail/Classic/Content/Main.ui.qml +++ b/Course/Detail/Classic/Content/Main.ui.qml @@ -91,7 +91,6 @@ ColumnLayout { Lbl.Body { id: courseDescription text: qsTr("Welcome to the Digital Marketing Ultimate Course Bundle - 12 Courses in 1 (Over 36 hours of content)") - color: "#747579" Layout.fillWidth: true } } |