🐛 (theme) Fix progress bar background color

This commit is contained in:
Baptiste Arnaud
2024-04-11 10:15:37 +02:00
parent 408aeb4df4
commit 51bf5b653c
6 changed files with 20 additions and 5 deletions

View File

@@ -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)
);