Resolves #1131 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -53,7 +53,7 @@
</style>
<style name="ChipIncomingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
- <item name="android:textColor">@color/nc_incoming_text_default</item>
+ <item name="android:textColor">#de000000</item>
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
@@ -22,5 +22,5 @@
<chip xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:textAppearance="@style/ChipIncomingTextAppearance"
- app:chipBackgroundColor="@color/white"
+ app:chipBackgroundColor="#deffffff"
app:closeIconEnabled="false" />