mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-10 21:45:48 +01:00
fix(ui): Ensure mention chips are chat-text text-sized
follow up to #5218 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
615975a5ec
commit
9dd5a68371
@ -89,10 +89,12 @@
|
||||
|
||||
<style name="ChipIncomingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
||||
<item name="android:textColor">#de000000</item>
|
||||
<item name="android:textSize">@dimen/chat_text_size</item>
|
||||
</style>
|
||||
|
||||
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
||||
<item name="android:textColor">@color/textColorOnPrimaryBackground</item>
|
||||
<item name="android:textSize">@dimen/chat_text_size</item>
|
||||
</style>
|
||||
|
||||
<style name="ChipUnreadMessagesTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
||||
|
Loading…
Reference in New Issue
Block a user