chore: change color of the tags chip
All checks were successful
Caddy Manager CI build / docker (push) Successful in 51s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 51s
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<MudTooltip Delay="0" Placement="Placement.Left">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Variant="Variant.Outlined" Style="min-width: 80px;"
|
||||
Color="Color.Tertiary">@("tag".ToQuantity(ConfigurationInfo.Tags.Count))</MudChip>
|
||||
Color="Color.Warning">@("tag".ToQuantity(ConfigurationInfo.Tags.Count))</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
@foreach (var tag in ConfigurationInfo.Tags)
|
||||
|
||||
Reference in New Issue
Block a user