Skip to content

Commit 855301e

Browse files
committed
Add missing resources for verification utils
1 parent 175abc3 commit 855301e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rave_utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.android.library'
1+
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
group = 'com.github.flutterwave'
44

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@
66
<color name="otpColorTheme">#dd7a32</color>
77
<color name="pinColorTheme">#dd7a32</color>
88
<color name="tabIndicatorColor">@color/colorPrimary</color>
9+
<color name="rave_light_grey">#4A4A4A</color>
10+
<color name="rave_lightish_black">#333333</color>
11+
<color name="rave_lightish_grey_bg">#FFFFFF</color>
12+
<color name="white">#fff</color>
13+
<color name="black">#000</color>
14+
<color name="sisal">#DCD4C9</color>
15+
<color name="divider_color">#DCD4C9</color>
916
</resources>

0 commit comments

Comments
 (0)