diff --git a/static/src/components/chat/quickdock/quickdock.css b/static/src/components/chat/quickdock/quickdock.css index 858427f6..06f3fc5f 100644 --- a/static/src/components/chat/quickdock/quickdock.css +++ b/static/src/components/chat/quickdock/quickdock.css @@ -311,7 +311,7 @@ } .qd-run-item.is-active { - background: var(--surface-soft); + background: var(--hover-bg); } .qd-run-status { @@ -418,7 +418,7 @@ } .qd-file-item.is-active { - background: var(--surface-soft); + background: var(--hover-bg); } .qd-file-name {