Files
brave-core/patches/components-browser_ui-widget-android-java-res-values-dimens.xml.patch
T

14 lines
962 B
Diff

diff --git a/components/browser_ui/widget/android/java/res/values/dimens.xml b/components/browser_ui/widget/android/java/res/values/dimens.xml
index 0c2fdd11e3248895b76c188c99a0920356da8b70..c5d7315992346b8a5b72f41b959c1b3d56782acb 100644
--- a/components/browser_ui/widget/android/java/res/values/dimens.xml
+++ b/components/browser_ui/widget/android/java/res/values/dimens.xml
@@ -80,7 +80,7 @@ found in the LICENSE file.
<dimen name="modern_toolbar_tablet_background_size">48dp</dimen>
<!-- Sometimes the modern toolbar is shown at 48dp so a corner radius of
24dp is needed to completely round the corners. -->
- <dimen name="modern_toolbar_background_corner_radius">24dp</dimen>
+ <dimen name="modern_toolbar_background_corner_radius">8dp</dimen>
<!-- The offset is required for the background drawable used by the
location bar on tablets. -->
<dimen name="modern_toolbar_background_vertical_offset">4dp</dimen>