Skip to content

Commit b087282

Browse files
authored
Improve AvatarStack when hovering (#2228)
* Add rounded corners to `AvatarStack-body` * Create brave-turtles-design.md * Lint
1 parent 6569fb3 commit b087282

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/brave-turtles-design.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Improve `AvatarStack` when hovering

src/avatars/avatar-stack.scss

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
.AvatarStack-body {
2323
display: flex;
2424
background: var(--color-canvas-default);
25+
// stylelint-disable-next-line primer/borders
26+
border-radius: 100px;
2527

2628
.avatar {
2729
position: relative;

0 commit comments

Comments
 (0)