Browse Source

fix entry menu bottom sheet input layout text color

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
6e42a52a9a

+ 0 - 1
app/src/main/java/com/nextcloud/talk/controllers/bottomsheet/EntryMenuController.kt

@@ -175,7 +175,6 @@ class EntryMenuController(args: Bundle) :
         }
 
         viewThemeUtils.colorTextInputLayout(binding.textInputLayout)
-        binding.textEdit.setTextColor(serverTheme.colorText)
         viewThemeUtils.colorMaterialButtonText(binding.okButton)
 
         binding.textInputLayout.hint = labelText

+ 1 - 1
app/src/main/res/layout/controller_entry_menu.xml

@@ -63,7 +63,7 @@
             android:inputType="textUri"
             android:singleLine="true"
             android:textAlignment="viewStart"
-            android:textColor="@color/colorPrimary" />
+            android:textColor="@color/high_emphasis_text" />
 
     </com.google.android.material.textfield.TextInputLayout>