Noticed a bug on the demo apps affecting all libraries. When the square property is set to true and the variant is pixel there is a missing pixel on the top left.
Impacted libraries
- React
- Angular
- Vue 2 & 3
- Svelte
- Angular
- Qwik
Reproducible example (React)
<Avatar
name="test"
variant="pixel"
square={square}
/>
Screenshot:
