Skip to content

Light shadow when using anonymous auth option and dark theme. #1476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
austinhodak opened this issue Oct 9, 2018 · 2 comments
Closed

Light shadow when using anonymous auth option and dark theme. #1476

austinhodak opened this issue Oct 9, 2018 · 2 comments

Comments

@austinhodak
Copy link

austinhodak commented Oct 9, 2018

<style name="SignInTheme" parent="Theme.AppCompat">
        <item name="colorPrimary">@color/timelineBG</item>
        <item name="colorPrimaryDark">@color/timelineDark</item>
        <item name="colorAccent">@color/md_orange_500</item>

        <item name="colorControlNormal">@color/md_orange_500</item>
        <item name="colorControlActivated">@color/md_orange_A700</item>
        <item name="colorControlHighlight">@color/md_orange_A200</item>
        <item name="android:windowBackground">@color/timelineBG</item>
    </style>

As you can see the rest of the button shadows are styled corrected other than the new anonymous one.

smartselect_20181009-122203_battle buddy

@samtstern samtstern added this to the 4.2.1 milestone Oct 9, 2018
@samtstern
Copy link
Contributor

Thanks @austinhodak for catching this!

cc @lsirac

@samtstern
Copy link
Contributor

This has been fixed and released in version 4.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants