From 6b68b9c195f9509e5aad3258b60073a4b153e41d Mon Sep 17 00:00:00 2001 From: Dimitar Kalaydzhiev Date: Sun, 11 Sep 2022 18:03:44 +0300 Subject: [PATCH] fix(chat): use correct shadow for bubble states in fluent theme --- packages/fluent/scss/chat/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fluent/scss/chat/_variables.scss b/packages/fluent/scss/chat/_variables.scss index aae01c6af4d..f826b560f12 100644 --- a/packages/fluent/scss/chat/_variables.scss +++ b/packages/fluent/scss/chat/_variables.scss @@ -168,10 +168,10 @@ $kendo-chat-bubble-border: $kendo-chat-bubble-bg !default; $kendo-chat-bubble-shadow: var( --kendo-box-shadow-depth-1, none ) !default; /// The hover shadow of the bubble in the chat. /// @group chat -$kendo-chat-bubble-hover-shadow: var( --kendo-box-shadow-depth-1, none ) !default; +$kendo-chat-bubble-hover-shadow: var( --kendo-box-shadow-depth-3, none ) !default; /// The selected shadow of the bubble in the chat. /// @group chat -$kendo-chat-bubble-selected-shadow: var( --kendo-box-shadow-depth-1, none ) !default; +$kendo-chat-bubble-selected-shadow: var( --kendo-box-shadow-depth-3, none ) !default; /// The background of the alt bubble in the chat. /// @group chat