fix: Don't specify alpha for default event color
This commit is contained in:
parent
f20ee98c39
commit
078a8e9239
|
@ -6,5 +6,5 @@
|
|||
<color name="splash_light_background">#F5F5F5</color> <!-- Light gray -->
|
||||
<color name="splash_dark_background">#121212</color> <!-- Dark gray -->
|
||||
|
||||
<color name="event_indicator_color">#AA0035D0</color>
|
||||
<color name="event_indicator_color">#0035D0</color>
|
||||
</resources>
|
Loading…
Reference in a new issue