Skip to content
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

Fix box shadow colour of "tertiary-on-primary" button #2882

Merged

Commits on Jul 24, 2022

  1. Fix box shadow colour of "tertiary-on-primary" button

    The "tertiary-on-primary" button has a transparent background and
    border, and it is meant to be shown on an element with primary colour.
    Due to this the colour of the box shadow should be the primary text
    colour rather than the default main text colour. Otherwise it would
    change depending on light / dark mode, even if the button text and the
    background it is shown on do not.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9662ff4 View commit details
    Browse the repository at this point in the history