Skip to content

Commit

Permalink
remove dialog padding
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Jan 12, 2023
1 parent 2d4aa67 commit f3be44a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions common-ui/src/main/res/values/widgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@
</style>

<style name="Widget.DuckDuckGo.Dialog.Content">
<item name="android:paddingTop">@dimen/keyline_5</item>
<item name="android:paddingBottom">@dimen/dialogContentPaddingBottom</item>
<item name="android:paddingStart">@dimen/keyline_5</item>
<item name="android:paddingEnd">@dimen/keyline_5</item>
<item name="android:padding">@dimen/keyline_5</item>
</style>

<style name="Widget.DuckDuckGo.DialogFullScreen">
Expand Down

0 comments on commit f3be44a

Please sign in to comment.