Skip to content

Commit 0f3374a

Browse files
committed
Merge pull request #29 from nativecode-dev/development
Changed hamburger theme back to white.
2 parents 6bc2979 + 76e7361 commit 0f3374a

File tree

1 file changed

+1
-1
lines changed
  • src/NativeCode.Mobile.AppCompat/Resources/values

1 file changed

+1
-1
lines changed

src/NativeCode.Mobile.AppCompat/Resources/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- DrawerArrow -->
6464
<style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">
6565
<item name="spinBars">true</item>
66-
<item name="color">@color/accent</item>
66+
<item name="color">@android:color/white</item>
6767
</style>
6868

6969
<!-- EditText -->

0 commit comments

Comments
 (0)