Skip to content

Commit

Permalink
refactor: 축제 목록 칩 색깔 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Nov 13, 2023
1 parent eab73e4 commit a33af4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/festago/app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<style name="chipFesta">
<item name="android:checkable">true</item>
<item name="chipBackgroundColor">@drawable/bg_chip_festival_list</item>"
<item name="android:textColor">@drawable/text_chip_festival_list</item>
<item name="chipBackgroundColor">@drawable/bg_chip_festival_list_selected</item>"
<item name="android:textColor">@drawable/text_chip_festival_list_selected</item>
</style>

</resources>

0 comments on commit a33af4e

Please sign in to comment.