Skip to content

Commit

Permalink
Set the prompt button hovering text color to be void
Browse files Browse the repository at this point in the history
So that users can still see text clearly when doing so

Signed-off-by: Songlin Jiang <sjiang@igalia.com>
  • Loading branch information
HollowMan6 authored and svillar committed Sep 27, 2023
1 parent 6259e06 commit b243e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/prompt_button_text_color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<item android:state_pressed="true"
android:color="@color/void_color"/>
<item android:state_hovered="true" android:state_pressed="false"
android:color="@color/fog"/>
android:color="@color/void_color"/>
<item android:state_enabled="false"
android:color="@color/iron" />
<item android:color="@color/white"/>
Expand Down

0 comments on commit b243e9b

Please sign in to comment.