mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Merge pull request #3170 from vector-im/feature/ons/fix_send_state_ui
Fix send state image color on dark theme
This commit is contained in:
commit
e612a7e51d
3 changed files with 5 additions and 5 deletions
|
@ -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 a new issue