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

RadioButton center part size is bigger than main design #57

Open
2 tasks done
alphaelf opened this issue Nov 16, 2022 · 0 comments
Open
2 tasks done

RadioButton center part size is bigger than main design #57

alphaelf opened this issue Nov 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alphaelf
Copy link

Before you start...

  • Have you updated your dependencies? You might be using an old version of the library.
  • Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.

What browsers are you seeing the problem on?

Chrome Beta/Dev/Canary, Microsoft Edge Beta/Dev/Canary

Description

the block-size and inline-size of input:before is 4px bigger than Microsoft major design

Steps To Reproduce

No response

Expected behavior

so input:before must be 4px smaller
in checked state:

block-size: 8px;
inline-size: 8px;

in hover state:

block-size: 10px;
inline-size: 10px;

and in active state:

block-size: 6px;
inline-size: 6px;

Relevant Assets

https://www.figma.com/community/file/1159947337437047524

@alphaelf alphaelf added the bug Something isn't working label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant