Skip to content

Commit

Permalink
Add dark theme support in SDK (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored May 20, 2019
1 parent 0e1f958 commit ebb0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="StripeDefaultTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<style name="StripeDefaultTheme" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
<item name="colorAccent">@color/accent_color_default</item>
<item name="colorControlNormal">@color/control_normal_color_default</item>
<item name="colorPrimary">@color/toolbar_color_default</item>
Expand Down

0 comments on commit ebb0a22

Please sign in to comment.