🐛 (theme) Fix progress bar background color
This commit is contained in:
@@ -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