bessere Farbe

This commit is contained in:
2026-06-27 16:32:47 -05:00
parent e9701ce25b
commit 1a99bd8029
2 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ function Tie({
return (
<div className={`tie ${isFinal ? "final-tie" : ""}`}>
<div className="match-badge">{tie.matchNumber}</div>
<div className="tie-head">
<div className="tie-meta">
{matchInfo || `Spiel ${tie.matchNumber}`}
</div>
<Side s={tie.home} prob={tie.prob?.home} teams={teams} onShowTip={onShowTip} onHideTip={onHideTip} />