Browse Source

Base theme reverted

master
Preyea Regmi 4 years ago
parent
commit
bb60b50010
  1. 3
      app/src/main/res/values/styles.xml

3
app/src/main/res/values/styles.xml

@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.Light">
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
@ -165,7 +165,6 @@
<style name="AppModalStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/ic_rounded_password_prompt_bg</item>
</style>

Loading…
Cancel
Save