mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19113 - Change top site corner radius to 8dp (https://github.com/mozilla-mobile/fenix/pull/19262)
This commit is contained in:
parent
0e15a9668b
commit
676a1298a2
@ -6,7 +6,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<corners android:radius="8dp" />
|
||||
<solid
|
||||
android:color="?mozac_widget_favicon_background_color"
|
||||
tools:color="@color/photonWhite" />
|
||||
|
Loading…
Reference in New Issue
Block a user