2
0

🐛 (phone) Fix phone number parsing and default country

This commit is contained in:
Baptiste Arnaud
2023-02-21 21:43:33 +01:00
parent d8194ff998
commit 4efe2c48bb
5 changed files with 25 additions and 6 deletions

View File

@ -222,3 +222,8 @@ textarea {
background-color: var(--typebot-host-bubble-bg-color);
color: var(--typebot-host-bubble-color);
}
.typebot-country-select {
color: var(--typebot-input-color);
background-color: var(--typebot-input-bg-color);
}