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 /Instructor | |
parent | be4b47f469b12107bc0216e52e38cd92956713cd (diff) |
Body text supports dark mode
Diffstat (limited to 'Instructor')
-rw-r--r-- | Instructor/EditProfile.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Instructor/EditProfile.ui.qml b/Instructor/EditProfile.ui.qml index 07e478b..4115e70 100644 --- a/Instructor/EditProfile.ui.qml +++ b/Instructor/EditProfile.ui.qml @@ -78,7 +78,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Profile picture") - color: "#747579" } RowLayout { @@ -135,7 +134,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Full name") - color: "#747579" } Rectangle { @@ -192,7 +190,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Username") - color: "#747579" } Rectangle { @@ -252,7 +249,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Email id") - color: "#747579" } Rectangle { @@ -289,7 +285,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Phone number") - color: "#747579" } Rectangle { @@ -326,7 +321,6 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Location") - color: "#747579" } Rectangle { |