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 1d1a8c4 commit dd69ce4
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 @@ -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);
}
</style>
""", unsafe_allow_html=True)
Expand Down

0 comments on commit dd69ce4

Please sign in to comment.