Skip to content

Commit

Permalink
[fix/#103] 약관 전체 동의 아이콘 색상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Jan 27, 2024
1 parent d884812 commit 7345be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_select_circle_24.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
android:strokeWidth="1"
android:pathData="M12,12m-11.5,0a11.5,11.5 0,1 1,23 0a11.5,11.5 0,1 1,-23 0"
android:fillColor="#00000000"
android:strokeColor="#292929"/>
android:strokeColor="@color/outline_level02"/>
<path
android:pathData="M17.71,8.895L16.529,7.768L10.797,13.772L7.424,10.659L6.316,11.859L10.87,16.062L17.71,8.895Z"
android:fillColor="#333333"
android:fillColor="@color/icon_level02_disabled"
android:fillType="evenOdd"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_select_circle_24_fill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:pathData="M0,0h24v24h-24z"/>
<path
android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0"
android:fillColor="#36B2FF"/>
android:fillColor="@color/button_active"/>
<path
android:pathData="M17.71,8.895L16.529,7.767L10.797,13.772L7.424,10.658L6.316,11.858L10.87,16.062L17.71,8.895Z"
android:fillColor="#ffffff"
Expand Down

0 comments on commit 7345be8

Please sign in to comment.