fix tinta verde x plus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user