For #23880 - Use borderPrimary attribute in empty_session_control_background.xml

This commit is contained in:
Gabriel Luong 2022-02-21 21:00:20 -05:00
parent dfdf386f0b
commit 97bf5647c3

View File

@ -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>