Skip to content

Commit

Permalink
Set Theme.Material3.Light as a default theme.| #1870
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Jun 27, 2022
1 parent c25d5b4 commit fa474e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FlowCrypt/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.Material3.DayNight">
<style name="AppTheme" parent="Theme.Material3.Light">

<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
Expand Down

0 comments on commit fa474e5

Please sign in to comment.