Skip to content

Commit

Permalink
fix: color on provider list
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Jan 27, 2024
1 parent 1c5f638 commit 727a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrocyScanner.Service/Pages/Settings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<MudText>@provider.Name</MudText>
<MudText Typo="Typo.body2" Style="@($"color:{Colors.Grey.Default};")">@provider.Country</MudText>
</div>
<MudChip Variant="Variant.Text" Color="Color.Dark">Enabled</MudChip>
<MudChip Variant="Variant.Text" Color="Color.Success">Enabled</MudChip>
</div>
</MudListItem>
}
Expand Down

0 comments on commit 727a23a

Please sign in to comment.