Skip to content

Commit

Permalink
Tweak fill
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 11, 2024
1 parent 0fb5ac6 commit 82a39ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/ContactElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ protected function thumbSvg(): ?string

return <<<XML
<svg version="1.1" baseProfile="full" width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="50" fill="var(--gray-100)"/>
<circle cx="50" cy="50" r="50" fill="var(--gray-500)" fill-opacity=".15"/>
<text x="50" y="66" font-size="46" font-weight="500" font-family="sans-serif" text-anchor="middle" fill="var(--gray-700)">$initials</text>
</svg>
XML;
Expand Down

0 comments on commit 82a39ed

Please sign in to comment.