diff --git a/ai-web-agent-console/ai_web_agent_console/presentation.py b/ai-web-agent-console/ai_web_agent_console/presentation.py index 626ca6c..b11e06e 100644 --- a/ai-web-agent-console/ai_web_agent_console/presentation.py +++ b/ai-web-agent-console/ai_web_agent_console/presentation.py @@ -48,10 +48,10 @@ def apply_console_theme(st: Any, profile: AppProfile) -> None: -webkit-text-fill-color:var(--console-text) !important; }} div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button {{ background:#fff !important; color:var(--console-text) !important; + -webkit-text-fill-color:var(--console-text) !important; border:1px solid var(--console-border) !important; - border-radius:4px !important; box-shadow:none !important; }} - div[data-testid="stButton"] > button *, - div[data-testid="stFormSubmitButton"] > button * {{ + border-radius:4px !important; box-shadow:none !important; color-scheme:light !important; }} + div[data-testid="stButton"] > button *, div[data-testid="stFormSubmitButton"] > button * {{ color:var(--console-text) !important; -webkit-text-fill-color:var(--console-text) !important; }} div[data-testid="stButton"] > button[kind="primary"], div[data-testid="stFormSubmitButton"] > button[data-testid="stBaseButton-primaryFormSubmit"] {{