Skip to content

Commit

Permalink
🐛 Fix phone input placeholder color
Browse files Browse the repository at this point in the history
Closes #290
  • Loading branch information
baptisteArno committed Feb 6, 2023
1 parent 17d94a9 commit 4e0df33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/bot-engine/src/assets/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@
.PhoneInputCountryIconImg {
border-radius: 3px;
}

input.PhoneInputInput::placeholder {
color: var(--typebot-input-placeholder-color);
}

0 comments on commit 4e0df33

Please sign in to comment.