mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 04:39:04 +00:00
Fix 2nd line of text ("remember to be friendly.. to gray200_gray400
This commit is contained in:
parent
2210ecae63
commit
3084532f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="@string/chat_empty_state_description"
|
||||
android:textColor="@color/gray700_gray10"
|
||||
android:textColor="@color/gray200_gray400"
|
||||
android:textSize="16sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue