Skip to content

Commit b34c012

Browse files
committed
remove hardcoded colors from readme
1 parent 1250341 commit b34c012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ You can apply a new look by changing the color of certain parts of the UI to hig
150150
First specify the theme in your `styles.xml` file. In this theme, you can edit the style for each of the elements you'd like to style, like the pay button, OTP button, etc.
151151

152152
<style name="MyCustomTheme" parent="AppTheme.NoActionBar">
153-
<item name="colorPrimary">#092342</item>
154-
<item name="colorPrimaryDark">#b71c1c</item>
155-
<item name="colorAccent">#7cb342</item>
153+
<item name="colorPrimary">@color/colorPrimary</item>
154+
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
155+
<item name="colorAccent">@color/colorAccent</item>
156156
<item name="OTPButtonStyle">@style/otpBtnStyle2</item>
157157
<item name="PayButtonStyle">@style/payBtnStyle2</item>
158158
<item name="OTPHeaderStyle">@style/otpHeaderStyle2</item>

0 commit comments

Comments
 (0)