fluent-svelte icon indicating copy to clipboard operation
fluent-svelte copied to clipboard

RadioButton center part size is bigger than main design

Open alphaelf opened this issue 3 years ago • 0 comments

Before you start...

  • [X] Have you updated your dependencies? You might be using an old version of the library.
  • [X] 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 avatar Nov 16 '22 21:11 alphaelf