Skip to content

Commit 40b8daf

Browse files
authored
Merge pull request #316 from SPOTeam/SPOT-231-FEAT-신청승인UI수정
FIX: popupWindow 바깥 테두리 색상 변경
2 parents e87cd7e + ba81948 commit 40b8daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPOTeam_android/app/src/main/res/drawable/custom_popup_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
33
<solid android:color="#FFFFFF" />
44
<corners android:radius="8dp" />
5-
<stroke android:width="1dp" android:color="#D8D8D8" />
5+
<stroke android:width="1dp" android:color="@color/g200" />
66
</shape>

0 commit comments

Comments
 (0)