Skip to content

Commit

Permalink
[components] Fix user color in avatar arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 29bd0b8 commit 83d068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/components/src/avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Avatar({
<svg viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M6.67948 1.50115L11 7L0 7L4.32052 1.50115C4.92109 0.736796 6.07891 0.736795 6.67948 1.50115Z"
fill="currentColor"
fill={borderColor}
/>
</svg>
</div>
Expand Down

0 comments on commit 83d068c

Please sign in to comment.