Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 11, 2024
1 parent fbcd698 commit a3b896d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ $chat-avatar-background-color: $base-border-color !default; // #DDDDDD
}

@if $color == "contrast" {
$chat-avatar-color: $base-inverted-color !default;
$chat-avatar-color: $base-inverted-bg !default;
$button-normal-contained-bg-hover: $base-hover-color !default;

$chat-bubble-color-primary: $base-inverted-text-color !default;
$chat-bubble-background-color-primary: $base-inverted-bg !default;
$chat-bubble-background-color-secondary: $button-normal-contained-bg-hover !default; // #343434
$chat-information-color: $base-inverted-color !default;
$chat-information-color: $base-inverted-text-color !default;

$chat-messagelist-empty-icon-color: darken(#dedede, 37.25) !default; // #7F7F7F
$chat-messagelist-empty-icon-background-color: lighten($base-bg, 7.84) !default; // #3E3E3E
Expand Down

0 comments on commit a3b896d

Please sign in to comment.