Skip to content

Commit

Permalink
fix for custom-bar-prompt.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AushevAhmad authored Jun 20, 2024
1 parent 8b6c94f commit 6e20165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/custom-bar-prompt.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* custom chat bar input text */

/* hide existing text */
.placeholder_dec8c7.slateTextArea_b19976.fontSize16Padding_bcbeae {
.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_d0696b {
visibility: hidden;
}

/* add custom text */
.placeholder_dec8c7.slateTextArea_b19976.fontSize16Padding_bcbeae::before {
.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_d0696b::before {
visibility: visible;
content: var(--prompt-text); /* replace var() with your desired text (in quotes) */

Expand All @@ -15,4 +15,4 @@
content: "i like snow cones";
*/
}
}

0 comments on commit 6e20165

Please sign in to comment.