Skip to content

Commit

Permalink
[Chore/#1] themes primary color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 3, 2023
1 parent a65acc1 commit 147c43d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Umbbaandroid" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
<!-- Primary brand color. -->
<item name="colorPrimary">@color/primary_400</item>
<item name="colorPrimaryVariant">@color/primary_500</item>
<item name="colorOnPrimary">@color/primary_600</item>
</style>

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

0 comments on commit 147c43d

Please sign in to comment.