fix tinta verde x plus

This commit is contained in:
Samuele Locatelli
2023-05-18 11:12:14 +02:00
parent 9193d45fb0
commit 2c02e27e5d
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@
<image x="@(CircleImg.rad/2)" y="0" href="@ImagePath" width="@CircleImg.rad" height="100%"></image>
@if (ShowPlus)
{
<rect x="0" y="0" width="100%" height="100%" fill="@PlusColor" style="opacity: 20%;" />
<rect x="0" y="0" width="100%" height="100%" fill="@PlusColor" style="opacity: 30%;" />
}
</pattern>
</defs>
@@ -51,7 +51,7 @@ namespace WebDoorCreator.UI.Components.SvgComp
public int ObjW { get; set; } = 450;
[Parameter]
public string PlusColor { get; set; } = "green";
public string PlusColor { get; set; } = "#69FF69";
[Parameter]
public bool ShowPlus { get; set; } = false;