Skip to content

Commit

Permalink
fix: ticket history 다크모드 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyCh0 committed Oct 16, 2023
1 parent 2de80af commit 64cff71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:id="@+id/cvTicket"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="16dp"
app:cardCornerRadius="8dp"
app:cardElevation="0dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand All @@ -28,7 +29,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:padding="16dp">

<ImageView
Expand Down

0 comments on commit 64cff71

Please sign in to comment.