fix entry menu bottom sheet input layout text color

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-07-29 00:17:38 +02:00
parent 8f02558a8d
commit 6e42a52a9a
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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>