Skip to content

Commit 6a4553c

Browse files
committed
Update button colors for pressed state on light
1 parent 7a2b382 commit 6a4553c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/res/drawable/button_bfr_round_light_pressed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<shape xmlns:android="http://schemas.android.com/apk/res/android"
33
android:shape="rectangle">
44
<corners android:radius="@dimen/corner_radius" />
5-
<solid android:color="@color/curious_blue_light" />
5+
<solid android:color="@color/curious_blue_dark" />
66
</shape>

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<color name="white">#ffffff</color>
88
<color name="off_white">#F4F7F9</color>
99
<color name="curious_blue">#004CFF</color>
10+
<color name="curious_blue_dark">#0143DE</color>
1011
<color name="curious_blue_light">#55AAEC</color>
1112
<color name="sidebar_blue">#192534</color>
1213
<color name="sidebar_blue_light">#384E69</color>

0 commit comments

Comments
 (0)