Skip to content

Commit

Permalink
Use lowercase label for svg color
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Nov 17, 2023
1 parent 818e2ad commit 2ba6ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LabyrinthianDemo/Shared/SvgFields/SvgFillField.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@if (fillType == SvgFillType.SolidColor)
{
<MudColorPicker @bind-Value="solidColor" @bind-Value:after="Update"
Label="Color" DisableAlpha="true" />
Label="color" DisableAlpha="true" />
}
</MudStack>

Expand Down

0 comments on commit 2ba6ed3

Please sign in to comment.