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 dd69ce4 commit 59af70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_svg_base64(svg_content):
/* Style chat input text color */
.stChatInput > div > textarea::placeholder {
color: rgba(255, 255, 255, 0.6) !important;
color: var(--white) !important;
}
/* Style placeholder text color */
Expand Down

0 comments on commit 59af70e

Please sign in to comment.