Skip to content

Commit

Permalink
Removed key and color of tags (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriFS authored Jul 11, 2024
1 parent 51cb2d6 commit 2ec7eb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions src/Helpers/Colors.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/Pages/Wallets.razor
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
{
foreach (var data in tags.Select((tag, i) => new {tag, i}))
{
<Badge Style=@($"background-color: {Colors.GetColor(data.i)}") Pill>@data.tag.Key:@data.tag.Value</Badge>
<Badge Color="Color.Secondary" Pill>@data.tag.Value</Badge>
}
}
</TableRowCell>
Expand Down

0 comments on commit 2ec7eb2

Please sign in to comment.