Skip to content

Commit

Permalink
IBX-6419: Added user avatar to user references (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Oct 10, 2023
1 parent 0a4c652 commit 97fb6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/views/profile_image/initials.svg.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<symbol id="profile_image" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<ellipse ry="15" rx="15" cy="16" cx="16" fill="{{ background_color|default(background) }}" stroke="{{ border_color|default(text) }}" stroke-width="1" />
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle" font-size="12px" fill="{{ text_color|default(text) }}">
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle" font-size="17px" fill="{{ text_color|default(text) }}">
{{ initials }}
</text>
</symbol>

0 comments on commit 97fb6a7

Please sign in to comment.