Skip to content

Commit

Permalink
well, color
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmik committed Apr 24, 2024
1 parent 14eaa46 commit 97b6c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCBlazor/Client/Components/TourPersonsComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@


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

Expand Down

0 comments on commit 97b6c01

Please sign in to comment.