Switch to dark theme to match original Streamlit look

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 11:33:25 +01:00
parent d5fbfe765e
commit 79a47e034e
2 changed files with 5 additions and 7 deletions

View File

@@ -92,8 +92,8 @@ def render_timeline_tab(state: AppState):
with ui.card().classes(
'w-full q-mb-sm' +
(' bg-amber-2' if is_head else '') +
(' bg-red-2' if is_selected else '')
(' bg-amber-9' if is_head else '') +
(' bg-red-9' if is_selected else '')
):
with ui.row().classes('w-full items-center'):
if selection_mode.value: