Skip to content

Commit

Permalink
#86 fix : 다크 모드일 때도 라이트모드로 대응하기
Browse files Browse the repository at this point in the history
Co-authored-by: plashdof <[email protected]>
Co-authored-by: BENDENG1 <[email protected]>
  • Loading branch information
3 people committed Dec 11, 2023
1 parent 15b6890 commit 7a56ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aos/app/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="Base.Theme.Nibobnebob" parent="Theme.Material3.DayNight.NoActionBar">
<style name="Base.Theme.Nibobnebob" parent="Theme.Material3.Light.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
<item name="android:windowIsTranslucent">true</item>
Expand Down

0 comments on commit 7a56ef0

Please sign in to comment.