2
0

💄 (js) Fix select background color on Windows

Closes #527
This commit is contained in:
Baptiste Arnaud
2023-05-26 18:16:44 +02:00
parent 4230f47be9
commit 68f0202601
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.0.57",
"version": "0.0.58",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@ -341,3 +341,8 @@ textarea {
background-color: rgba(var(--typebot-button-bg-color-rgb), 0.18);
border-color: rgba(var(--typebot-button-bg-color-rgb), 0.35);
}
select option {
color: var(--typebot-input-color);
background-color: var(--typebot-input-bg-color);
}

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.0.57",
"version": "0.0.58",
"description": "React library to display typebots on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",