Skip to content

Commit

Permalink
chore: dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Sep 26, 2024
1 parent 0fd1d27 commit 55c3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.EatSSUAndroid" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.EatSSUAndroid" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryVariant">@color/gray600</item>
Expand Down

0 comments on commit 55c3f39

Please sign in to comment.