We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2b382 commit 6a4553cCopy full SHA for 6a4553c
app/src/main/res/drawable/button_bfr_round_light_pressed.xml
@@ -2,5 +2,5 @@
2
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
android:shape="rectangle">
4
<corners android:radius="@dimen/corner_radius" />
5
- <solid android:color="@color/curious_blue_light" />
+ <solid android:color="@color/curious_blue_dark" />
6
</shape>
app/src/main/res/values/colors.xml
@@ -7,6 +7,7 @@
7
<color name="white">#ffffff</color>
8
<color name="off_white">#F4F7F9</color>
9
<color name="curious_blue">#004CFF</color>
10
+ <color name="curious_blue_dark">#0143DE</color>
11
<color name="curious_blue_light">#55AAEC</color>
12
<color name="sidebar_blue">#192534</color>
13
<color name="sidebar_blue_light">#384E69</color>
0 commit comments