From dd69ce409e2ea505060e8d7fe1513804dd0a4198 Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Tue, 12 Nov 2024 22:34:17 -0500 Subject: [PATCH] add new color --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e93e3cd..1fc6772 100644 --- a/app.py +++ b/app.py @@ -81,7 +81,7 @@ def get_svg_base64(svg_content): /* Style placeholder text color */ .stTextInput input::placeholder, .stTextInput textarea::placeholder { - color: rgba(255, 255, 255, 0.6) !important; + color: var(--white); } """, unsafe_allow_html=True)