diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ecabd6f..bc4dd76 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -322,16 +322,29 @@ export default function App() {
{sec.entries.map((e) => ( -
+
{/* Name: Tap toggelt crossed */}
toggleCross(e)} style={{ ...styles.name, textDecoration: e.status === 1 ? "line-through" : "none", - opacity: e.status === 1 ? 0.85 : 1, + + // ✅ Rot wenn gestrichen + color: e.status === 1 ? "#b10000" : "#20140c", + + // optional etwas transparenter + opacity: e.status === 1 ? 0.75 : 1, }} - title="Tippen = durchstreichen" > {e.label}