Skip to content

Commit b5032f6

Browse files
committed
Merge branch 'remove-bg-color'
2 parents b64025d + 833d1f8 commit b5032f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/react-chatbot/components/AIStateIndicator/AIStateIndicator.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
--aicr__text-primary: var(--ai-demo-text-primary);
66
--aicr__text-secondary: var(--ai-demo-text-secondary);
77
}
8+
9+
.aicr__state-indicator__content {
10+
background-color: var(--ai-demo-bg-tertiary);
11+
}

0 commit comments

Comments
 (0)