Skip to content

Commit

Permalink
Improve AvatarStack when hovering (#2228)
Browse files Browse the repository at this point in the history
* Add rounded corners to `AvatarStack-body`

* Create brave-turtles-design.md

* Lint
  • Loading branch information
simurai authored Sep 28, 2022
1 parent 6569fb3 commit b087282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-turtles-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Improve `AvatarStack` when hovering
2 changes: 2 additions & 0 deletions src/avatars/avatar-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
.AvatarStack-body {
display: flex;
background: var(--color-canvas-default);
// stylelint-disable-next-line primer/borders
border-radius: 100px;

.avatar {
position: relative;
Expand Down

0 comments on commit b087282

Please sign in to comment.