Fix 2nd line of text ("remember to be friendly.. to gray200_gray400

This commit is contained in:
Hafiz 2025-06-16 09:39:21 -05:00
parent 2210ecae63
commit 3084532f5b

View file

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