summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/shape_counter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/shape_counter.xml')
-rw-r--r--app/src/main/res/drawable/shape_counter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/shape_counter.xml b/app/src/main/res/drawable/shape_counter.xml
index f45d2e752..c4cb4a232 100644
--- a/app/src/main/res/drawable/shape_counter.xml
+++ b/app/src/main/res/drawable/shape_counter.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="?colorPrimary" />
+ <solid android:color="?colorErrorContainer" />
<padding
android:left="2dp"
android:right="2dp" />