Skip to content

Commit 9699659

Browse files
committed
Fixed funtional code spike
1 parent 15ec6f4 commit 9699659

File tree

1 file changed

+2
-1
lines changed
  • packages/host/app/components/ai-assistant/apply-button

1 file changed

+2
-1
lines changed

packages/host/app/components/ai-assistant/apply-button/usage.gts

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ export default class AiAssistantApplyButtonUsage extends Component {
5757

5858
<style scoped>
5959
.example-container {
60-
background: var(--boxel-ai-purple);
60+
background: #3b394b;
6161
overflow: hidden;
6262
position: relative;
6363
padding: var(--boxel-sp);
64+
--ai-bot-message-background-color: #3b394b;
6465
}
6566
</style>
6667
</template>

0 commit comments

Comments
 (0)