Skip to content

Commit

Permalink
feat: 공연 목록에 테두리를 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Mar 6, 2024
1 parent 8897f89 commit bb10576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:background="@color/background_gray_02"
android:background="@drawable/bg_festival_list_festival"
android:paddingVertical="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit bb10576

Please sign in to comment.