🐛 (theme) Fix progress bar background color
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.2.67",
|
||||
"version": "0.2.68",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -427,7 +427,7 @@ select option {
|
||||
|
||||
.typebot-progress-bar-container {
|
||||
background-color: rgba(
|
||||
var(--typebot-button-bg-rgb),
|
||||
var(--typebot-progress-bar-bg-rgb),
|
||||
calc(var(--selectable-alpha-ratio) * 0.12)
|
||||
);
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ const cssVariableNames = {
|
||||
progressBar: {
|
||||
position: '--typebot-progress-bar-position',
|
||||
color: '--typebot-progress-bar-color',
|
||||
colorRgb: '--typebot-progress-bar-color-rgb',
|
||||
colorRgb: '--typebot-progress-bar-bg-rgb',
|
||||
height: '--typebot-progress-bar-height',
|
||||
top: '--typebot-progress-bar-top',
|
||||
bottom: '--typebot-progress-bar-bottom',
|
||||
|
||||
Reference in New Issue
Block a user