Fix work profile badge icon color in light theme

This commit is contained in:
MM20 2022-09-13 21:56:40 +02:00
parent c47216c6fd
commit 7f5e6f4060
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -9,7 +9,7 @@
android:scaleX="0.75"
android:scaleY="0.75">
<path
android:fillColor="@color/badge_text"
android:fillColor="?colorOnSurfaceInverse"
android:pathData="M20,6h-4L16,4c0,-1.11 -0.89,-2 -2,-2h-4c-1.11,0 -2,0.89 -2,2v2L4,6c-1.11,0 -1.99,0.89 -1.99,2L2,19c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM14,6h-4L10,4h4v2z" />
</group>
</vector>