Skip to content

Commit 4dceae6

Browse files
BrayanDSOcriticalAY
authored andcommitted
fix: update whiteboard icons
1 parent f56924f commit 4dceae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AnkiDroid/src/main/res/xml/preferences_reviewer_controls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@
214214
<com.ichi2.preferences.WhiteboardControlPreference
215215
android:key="@string/pref_key_whiteboard_undo"
216216
android:title="@string/undo"
217-
android:icon="@drawable/ic_undo_white"
217+
android:icon="@drawable/ic_undo_2"
218218
/>
219219
<com.ichi2.preferences.WhiteboardControlPreference
220220
android:key="@string/pref_key_whiteboard_redo"
221221
android:title="@string/redo"
222-
android:icon="@drawable/ic_redo"
222+
android:icon="@drawable/ic_redo_2"
223223
/>
224224
<com.ichi2.preferences.WhiteboardControlPreference
225225
android:key="@string/pref_key_whiteboard_clear"

0 commit comments

Comments
 (0)