Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmik committed Apr 24, 2024
1 parent 84b64b7 commit 14eaa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCBlazor/Client/Components/TourPersonsComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if (string.IsNullOrWhiteSpace(p.ParentId)){
return GetFamilyStyle(p.FamilyId);
} else {
return $"background-color: #cccccc";
return $"background-color: #eeeeee";
}
//return "";
})
Expand Down Expand Up @@ -146,7 +146,7 @@

private string GetFamilyStyle(string familyId){
if (string.IsNullOrWhiteSpace(familyId)) return "background-color: white";
return "background-color: #98FB98";
return "background-color: #aaf0d1";
}

protected override async Task OnInitializedAsync()
Expand Down

0 comments on commit 14eaa46

Please sign in to comment.