We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ec6f4 commit 9699659Copy full SHA for 9699659
packages/host/app/components/ai-assistant/apply-button/usage.gts
@@ -57,10 +57,11 @@ export default class AiAssistantApplyButtonUsage extends Component {
57
58
<style scoped>
59
.example-container {
60
- background: var(--boxel-ai-purple);
+ background: #3b394b;
61
overflow: hidden;
62
position: relative;
63
padding: var(--boxel-sp);
64
+ --ai-bot-message-background-color: #3b394b;
65
}
66
</style>
67
</template>
0 commit comments