Skip to content

Commit

Permalink
[FEATURE] #22 toolbar theme 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 committed Sep 27, 2022
1 parent 027dc87 commit 7ea5601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-design/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.MyGithubRepoApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.MyGithubRepoApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand Down
2 changes: 1 addition & 1 deletion core-design/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.MyGithubRepoApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.MyGithubRepoApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand Down

0 comments on commit 7ea5601

Please sign in to comment.