Skip to content

Commit

Permalink
Fix button black text in bots
Browse files Browse the repository at this point in the history
  • Loading branch information
abslike authored and gdlbo committed Sep 15, 2023
1 parent 4f6d410 commit 6426c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smali/res/values-v31/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
<item name="im_bubble_button_background_disabled">#10ffffff</item>
<item name="im_bubble_button_background_highlighted">#3dffffff</item>
<item name="im_bubble_button_background_highlighted_disabled">#18ffffff</item>
<item name="im_bubble_button_foreground">@android:color/system_neutral1_900</item>
<item name="im_bubble_button_foreground">@android:color/system_neutral1_0</item>
<item name="im_bubble_button_foreground_disabled">#66e1e3e6</item>
<item name="im_bubble_expiring">@color/mint_400</item>
<item name="im_bubble_expiring_highlighted">@color/mint_500</item>
Expand Down Expand Up @@ -897,7 +897,7 @@
<item name="im_bubble_button_background_disabled">#10ffffff</item>
<item name="im_bubble_button_background_highlighted">#3dffffff</item>
<item name="im_bubble_button_background_highlighted_disabled">#18ffffff</item>
<item name="im_bubble_button_foreground">@android:color/system_neutral1_900</item>
<item name="im_bubble_button_foreground">@android:color/system_neutral1_0</item>
<item name="im_bubble_button_foreground_disabled">#66e1e3e6</item>
<item name="im_bubble_expiring">@color/mint_400</item>
<item name="im_bubble_expiring_highlighted">@color/mint_500</item>
Expand Down

0 comments on commit 6426c96

Please sign in to comment.