summaryrefslogtreecommitdiff
path: root/res/drawable/add_item_dialog_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/add_item_dialog_background.xml')
-rw-r--r--res/drawable/add_item_dialog_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/add_item_dialog_background.xml b/res/drawable/add_item_dialog_background.xml
index c3a82695c2..e279fa051a 100644
--- a/res/drawable/add_item_dialog_background.xml
+++ b/res/drawable/add_item_dialog_background.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
- <solid android:color="@color/surface" />
+ <solid android:color="@color/material_color_surface_container_highest" />
<corners
android:topLeftRadius="?android:attr/dialogCornerRadius"
android:topRightRadius="?android:attr/dialogCornerRadius" />