Switch to dark theme to match original Streamlit look
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user