tweak reactions style (#2934)

* tweak reactions style
This commit is contained in:
Asiel Díaz Benítez
2024-01-21 18:48:23 -05:00
committed by GitHub
parent 4ca574b85e
commit 39f441892e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<color name="reaction_pill_background">@color/black</color>
<color name="reaction_pill_border">#80414347</color>
<color name="reaction_pill_text_color">@color/core_dark_05</color>
<color name="reaction_pill_background_selected">#ff282828</color>
<color name="reaction_pill_background_selected">@color/gray70</color>
<color name="reaction_pill_border_selected">@color/reaction_pill_border</color>
<color name="reaction_pill_text_color_selected">@color/reaction_pill_text_color</color>
+1 -1
View File
@@ -79,7 +79,7 @@
<color name="reaction_pill_background">#ffffff</color>
<color name="reaction_pill_border">#88dddddd</color>
<color name="reaction_pill_text_color">#545863</color>
<color name="reaction_pill_background_selected">@color/gray5</color>
<color name="reaction_pill_background_selected">@color/light_green</color>
<color name="reaction_pill_border_selected">@color/reaction_pill_border</color>
<color name="reaction_pill_text_color_selected">@color/reaction_pill_text_color</color>
</resources>