mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix send state image color on dark theme.
This commit is contained in:
parent
288aed3252
commit
ce7e00a499
@ -8,7 +8,7 @@ Improvements 🙌:
|
||||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
- Message states cosmetic changes (#3007)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
@ -145,6 +145,7 @@
|
||||
android:layout_marginBottom="4dp"
|
||||
android:contentDescription="@string/event_status_a11y_sending"
|
||||
android:src="@drawable/ic_sending_message"
|
||||
android:tint="?riotx_text_tertiary"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
||||
@ -158,6 +159,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:tint="?riotx_text_tertiary"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
@ -198,10 +198,8 @@
|
||||
|
||||
<attr name="riotx_text_tertiary" format="color" />
|
||||
<color name="riotx_text_tertiary_light">#FF8D99A5</color>
|
||||
<!-- TODO Pick color from Figma, I do not know where to find it -->
|
||||
<color name="riotx_text_tertiary_dark">#FF8D99A5</color>
|
||||
<!-- TODO Pick color from Figma, I do not know where to find it -->
|
||||
<color name="riotx_text_tertiary_black">#FF8D99A5</color>
|
||||
<color name="riotx_text_tertiary_dark">#FF8E99A4</color>
|
||||
<color name="riotx_text_tertiary_black">#FF8E99A4</color>
|
||||
|
||||
<attr name="riotx_text_primary_body_contrast" format="color" />
|
||||
<color name="riotx_text_primary_body_contrast_light">#FF61708B</color>
|
||||
|
Loading…
Reference in New Issue
Block a user