Skip to content

Commit 3d3e3b1

Browse files
committed
fix: use theme-neutral background for agency confirmation card
Closes #260 Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent b91a8d0 commit 3d3e3b1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/components/ChattyLLM/AgencyConfirmation.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,13 @@ export default {
8080
</script>
8181

8282
<style lang="scss">
83-
.agency-confirmation > div {
84-
width: 100%;
83+
.agency-confirmation {
84+
background-color: var(--color-main-background) !important;
85+
border: 2px solid var(--color-border-dark) !important;
86+
87+
> div {
88+
width: 100%;
89+
}
8590
}
8691
</style>
8792

0 commit comments

Comments
 (0)