mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Fixes #1545
This commit is contained in:
parent
8611351cf0
commit
7eaa035654
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:textColor="@android:color/black"
|
||||
android:textColor="@color/text_primary"
|
||||
android:inputType="textCapSentences|textMultiLine" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue