Was there any reason the transparency was removed from the secondary text color of Tomorrow theme? I assume it's just something that got forgotten amidst all the other theme changes. If so, would you mind changing it back (it feels kinda silly to make a PR for 1 line of code).
|
<item name="android:textColorSecondary">#c5c8c6</item> |
It was set to #89c5c8c6 previously.

Was there any reason the transparency was removed from the secondary text color of Tomorrow theme? I assume it's just something that got forgotten amidst all the other theme changes. If so, would you mind changing it back (it feels kinda silly to make a PR for 1 line of code).
Kuroba/Kuroba/app/src/main/res/values/styles.xml
Line 232 in cc9f618
It was set to
#89c5c8c6previously.