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

Radio buttons look confusing #197

Open
vanmash opened this issue Sep 7, 2021 · 1 comment
Open

Radio buttons look confusing #197

vanmash opened this issue Sep 7, 2021 · 1 comment

Comments

@vanmash
Copy link

vanmash commented Sep 7, 2021

Radio buttons look confusing in Jira and Bitbucket (Atlassian Labs) v2.9.1 extension.
on button is grey and off is white.

For comparison GitHub Theme v4.1.1

Could you take a look?

Dracula Official v2.24.0
on1
off1

GitHub Theme v4.1.1 (for comparison)

on2a
off2a

@Delapouite
Copy link

I agree that these radio buttons are disturbing. It feels like they are "inverted", because when they are on, they are dimmed.

By inspecting how they are rendered with VSCode (Ctrl+Shift+I), it appears that the current "checked color is :

MuiSwitch-colorPrimary.Mui-checked {
    color: #44475a;
}

Don't know yet what is the correct way to fix this, but I'll try to come up with something.

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

No branches or pull requests

3 participants