myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Incorrect icon size for lists #72

Open Losses opened 5 years ago

Losses commented 5 years ago

Problem description

The icon size in this page is too small: image

The correct size should be: image

The icons in FDS is based on a 32*32 grid and 2px width stroke, to make the display result in a pixel perfect style, the image size should be 16*16 32*32 or 64*64, any size not fit the grid will looks blur.

Versions