diff --git a/FoodsharingSiegen.Server/Controls/InteractionRow.razor b/FoodsharingSiegen.Server/Controls/InteractionRow.razor index 8f3d7f9..76a2026 100644 --- a/FoodsharingSiegen.Server/Controls/InteractionRow.razor +++ b/FoodsharingSiegen.Server/Controls/InteractionRow.razor @@ -5,52 +5,63 @@ @inherits FsBase @{ + var colorClass = ""; + if(Done) colorClass = "interaction--color-done"; + var rowClass = ""; if (Done) rowClass += " done"; if (NotNeeded) rowClass += " notneeded"; if (Alert) rowClass += " fs-alert"; } -
|
- - |
- ||
|
- - |
-