Skip to content

Commit

Permalink
Add bottom padding on Duck Player modal
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Aug 23, 2024
1 parent 1c2c265 commit 801ccdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingTop="@dimen/daxDialogContentPaddingTop"
android:paddingVertical="@dimen/daxDialogContentPaddingTop"
tools:context="com.duckduckgo.duckplayer.impl.ui.DuckPlayerPrimeBottomSheet">

<androidx.cardview.widget.CardView
Expand Down

0 comments on commit 801ccdb

Please sign in to comment.