From faf97cc5a774090f73f85d8a10e6ca3f1491e2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 29 Mar 2023 08:48:57 +0800 Subject: Body text supports dark mode --- Instructor/EditProfile.ui.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Instructor') 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 { -- cgit v1.2.3