Skip to content

Commit

Permalink
add new color
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 13, 2024
1 parent af05b89 commit 1d1a8c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def get_svg_base64(svg_content):
}
/* Style chat input text color */
.stTextInput input, .stTextInput textarea {
color: white !important;
}
.stChatInput > div > textarea::placeholder {
color: rgba(255, 255, 255, 0.6) !important;
}
/* Style placeholder text color */
.stTextInput input::placeholder, .stTextInput textarea::placeholder {
Expand Down

0 comments on commit 1d1a8c4

Please sign in to comment.