댓글 쓰기 텍스트 필드 border 색상 변경

This commit is contained in:
2024-01-15 23:38:30 +09:00
parent 2dac54b3ec
commit d75e4af348
7 changed files with 7 additions and 7 deletions

View File

@@ -4,5 +4,5 @@
<corners android:radius="10dp" />
<stroke
android:width="1dp"
android:color="@color/color_9970ff" />
android:color="@color/color_3bb9f1" />
</shape>