Skip to content

Commit

Permalink
fix: 테마에 맞게 상단바 색상 및 상단바 아이콘 색 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Nov 15, 2023
1 parent 5ff02a4 commit 9160b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
<item name="colorSurfaceVariant">@color/md_theme_dark_surfaceVariant</item>
<item name="colorOnSurfaceVariant">@color/md_theme_dark_onSurfaceVariant</item>
<item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item>
<item name="android:statusBarColor">@color/md_theme_dark_surface</item>
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>
2 changes: 2 additions & 0 deletions android/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<item name="colorSurfaceVariant">@color/md_theme_light_surfaceVariant</item>
<item name="colorOnSurfaceVariant">@color/md_theme_light_onSurfaceVariant</item>
<item name="colorPrimaryInverse">@color/md_theme_light_inversePrimary</item>
<item name="android:statusBarColor">@color/md_theme_light_surface</item>
<item name="android:windowLightStatusBar">true</item>
</style>

<style name="Theme.PriceGuard" parent="Base.Theme.PriceGuard" />
Expand Down

0 comments on commit 9160b1c

Please sign in to comment.