1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

PM-3349 Fixed white tint color not appearing on images added as MAU IImage SVG

PM-3349 PM-3350 Fix for Avatar text not adjusting to white/black color correctly
This commit is contained in:
Dinis Vieira
2023-10-25 22:20:01 +01:00
parent e7aeb08cae
commit aaf082faba
2 changed files with 9 additions and 6 deletions

View File

@@ -219,10 +219,10 @@
<MauiImage Include="Resources\more.svg">
<BaseSize>24,24</BaseSize>
</MauiImage>
<MauiImage Include="Resources\plus.svg">
<MauiImage Include="Resources\plus.svg" TintColor="#FFFFFFFF">
<BaseSize>24,24</BaseSize>
</MauiImage>
<MauiImage Include="Resources\search.svg">
<MauiImage Include="Resources\search.svg" TintColor="#FFFFFFFF">
<BaseSize>24,24</BaseSize>
</MauiImage>
<MauiImage Include="Resources\send.svg">