diff options
Diffstat (limited to 'Instructor/EditProfile.ui.qml')
-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 { |