Skip to content

Commit

Permalink
💄 :: radio_btn 관련 theme 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Mar 28, 2024
1 parent af43d36 commit 0d43fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@
<item name="android:windowBackground">@drawable/bg_splash</item>
</style>

<style name="CustomRadioButton" parent="Theme.AppCompat.Light">
<item name="colorAccent">#575CE0</item>
<item name="colorControlNormal">#6A6A6A</item>
</style>
</resources>

0 comments on commit 0d43fda

Please sign in to comment.