[m] Fix colors

This commit is contained in:
soraefir
2024-02-09 12:26:25 +01:00
parent ca5465bc75
commit 1638876f49
6 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,6 @@
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="@color/darkgray"
android:fillColor="?attr/background"
android:pathData="M0,0h960v960h-960z" />
</vector>