Fix live location color on light theme

This commit is contained in:
Maxime Naturel 2022-03-03 15:06:55 +01:00
parent 3aa1032a7a
commit f4b5353424
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<item name="android:actionButtonStyle">@style/Widget.Vector.ActionButton</item> <item name="android:actionButtonStyle">@style/Widget.Vector.ActionButton</item>
<!-- Location sharing --> <!-- Location sharing -->
<item name="vctr_live_location">@color/vctr_live_location_dark</item> <item name="vctr_live_location">@color/vctr_live_location_light</item>
</style> </style>
<style name="Theme.Vector.Light" parent="Base.Theme.Vector.Light" /> <style name="Theme.Vector.Light" parent="Base.Theme.Vector.Light" />