Skip to content

Commit

Permalink
fix(chat): use correct shadow for bubble states in fluent theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed Sep 12, 2022
1 parent 35b18f0 commit 6b68b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/chat/_variables.scss
Expand Up @@ -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
Expand Down

0 comments on commit 6b68b9c

Please sign in to comment.