Skip to content

Commit

Permalink
refactor: remove fill color on vulnerability circle
Browse files Browse the repository at this point in the history
Co-authored-by: sindrerh2 <sindre.rodseth.hansen@nav.no>
  • Loading branch information
tommytroen and sindrerh2 committed Nov 21, 2023
1 parent c843c24 commit 9bb4b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/icons/NotificationBadge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
<g id="UrTavla">
<circle
style="fill:{color};fill-opacity:25%;stroke:{color};stroke-width:1.6871;stroke-miterlimit:10;"
style="stroke:{color};stroke-width:1.6871;stroke-miterlimit:10;"
cx="50%"
cy="50%"
r="45%"
Expand Down

0 comments on commit 9bb4b94

Please sign in to comment.