radio button

This commit is contained in:
death916 2025-12-05 04:32:54 -08:00
parent f859756f46
commit b71911d7ab
2 changed files with 15 additions and 3 deletions

View file

@ -424,8 +424,10 @@ def index() -> rx.Component:
rx.theme_panel(default_open=False),
rx.flex(
rx.vstack(
State._radio_client.radio_card(),
clock_button,
rx.hstack(
State._radio_client.radio_card(),
clock_button,
),
main_flex,
news_card,
align="center",