Skip to content

Commit

Permalink
💄 (js) Fix select background color on Windows
Browse files Browse the repository at this point in the history
Closes #527
  • Loading branch information
baptisteArno committed May 26, 2023
1 parent 4230f47 commit 68f0202
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/embeds/js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions packages/embeds/js/src/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
2 changes: 1 addition & 1 deletion packages/embeds/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 68f0202

Please sign in to comment.