diff options
Diffstat (limited to 'components/top_movers.py')
| -rw-r--r-- | components/top_movers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/top_movers.py b/components/top_movers.py index db95592..d50eee7 100644 --- a/components/top_movers.py +++ b/components/top_movers.py @@ -143,7 +143,7 @@ def _render_mover_tab(screen: str, state_key: str): st.button( button_label, key=f"{state_key}_button", - use_container_width=True, + width="stretch", on_click=_toggle_mover_tab, args=(state_key,), ) |
