Skip to content

Commit

Permalink
set ic_warning color to onSurface
Browse files Browse the repository at this point in the history
it was purple in dark mode

tested by showing the delete note dialog in the reviewer
  • Loading branch information
MorenoTropical committed Jun 5, 2024
1 parent fc675bd commit 1afad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/drawable/ic_warning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 1afad2f

Please sign in to comment.