0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

set ic_warning color to onSurface

it was purple in dark mode

tested by showing the delete note dialog in the reviewer
This commit is contained in:
Moreno 2024-06-05 15:34:15 -03:00 committed by Mike Hardy
parent f77ae346f3
commit 6a61e21fa4

View File

@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
android:tint="?attr/colorOnSurface">
<path
android:fillColor="@color/white"
android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>