Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #715 from rsksmart/fix_dark
Browse files Browse the repository at this point in the history
fix: dark mode styles
  • Loading branch information
patogallaiovlabs authored Jun 28, 2021
2 parents 6d1ec53 + 45e5083 commit bb60a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:forceDarkAllowed">false</item>
</style>

</resources>

0 comments on commit bb60a51

Please sign in to comment.