Commit 50b24ff6 authored by Varun Patil's avatar Varun Patil

Fix calendar for dark theme (partially)

parent 3692fd0d
......@@ -4,13 +4,13 @@
android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:state_checked="true"
android:color="@color/secondaryTextColor" />
android:color="?attr/themeColorInverse" />
<item android:state_pressed="true"
android:color="@color/secondaryTextColor" />
android:color="?attr/themeColorInverse" />
<item android:state_enabled="false"
android:color="#BBBBBB" />
<item android:color="@color/secondaryTextColor" />
<item android:color="?attr/themeColorInverse" />
</selector>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment