From c55164c2e18053f5ca67c2305dc158b904163f4d Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 11 Jan 2024 14:26:55 -0600 Subject: [PATCH 1/3] host: Move assistant image CSS to global styles This is a workaround for a problem with CSS scoping that prevents it referencing the image. --- packages/host/app/components/ai-assistant/button.gts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/host/app/components/ai-assistant/button.gts b/packages/host/app/components/ai-assistant/button.gts index a121c02467..c8f39547c6 100644 --- a/packages/host/app/components/ai-assistant/button.gts +++ b/packages/host/app/components/ai-assistant/button.gts @@ -10,7 +10,6 @@ export default class AiAssistantButton extends Component {