mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23880 - Use borderPrimary attribute in empty_session_control_background.xml
This commit is contained in:
parent
e09bb8c28c
commit
09299336ef
@ -4,6 +4,6 @@
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke android:width="2dp" android:dashWidth="4dp" android:color="?neutral" android:dashGap="4dp" />
|
||||
<stroke android:width="2dp" android:dashWidth="4dp" android:color="?borderPrimary" android:dashGap="4dp" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
|
Loading…
Reference in New Issue
Block a user