From 12eea8421a9585436be45c8c2b7fc56e9a39969c Mon Sep 17 00:00:00 2001 From: Milorad Filipovic Date: Fri, 3 May 2024 09:05:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Using=20`filter`=20for=20box=20s?= =?UTF-8?q?hadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-ui/src/components/AIAssistantChat/NextStepPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/AIAssistantChat/NextStepPopup.vue b/packages/editor-ui/src/components/AIAssistantChat/NextStepPopup.vue index 559698f1e7a81..6fff9c92427b3 100644 --- a/packages/editor-ui/src/components/AIAssistantChat/NextStepPopup.vue +++ b/packages/editor-ui/src/components/AIAssistantChat/NextStepPopup.vue @@ -83,7 +83,7 @@ const onOptionSelected = (option: string) => { min-width: 190px; font-size: var(--font-size-2xs); background: var(--color-background-xlight); - box-shadow: 0px 6px 16px 0px #441c170f; + filter: drop-shadow(0px 6px 16px #441c170f); border: var(--border-width-base) var(--border-style-base) var(--color-foreground-light); border-radius: var(--border-radius-base);