Skip to content

Commit 0e188bb

Browse files
migrate newly introduced colors
1 parent 44e2d4d commit 0e188bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/devextreme-scss/scss/widgets/fluent/chat

packages/devextreme-scss/scss/widgets/fluent/chat/_colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $chat-file-secondary-color: null !default;
141141
$chat-typingindicator-circle-bg-color-center: color.adjust($base-bg, $lightness: -56.08%, $space: hsl) !default;
142142

143143
$chat-file-container-box-shadow: 0 0 2px 0 color.change($base-shadow-color, $alpha: 0.12), 0 1px 2px 0 color.change($base-shadow-color, $alpha: 0.14) !default;
144-
$chat-file-secondary-color: lighten($base-text-color, 29.80) !default;
144+
$chat-file-secondary-color: color.adjust($base-text-color, $lightness: 29.80%, $space: hsl) !default;
145145

146146
@if $color == "blue" {
147147
$chat-bubble-background-color-primary: color.adjust($base-accent, $hue: 3.8deg, $saturation: -11.4%, $lightness: 55.5%, $space: hsl) !default;
@@ -171,7 +171,7 @@ $chat-file-secondary-color: null !default;
171171
$chat-typingindicator-circle-bg-color-center: color.adjust($base-bg, $lightness: 43.92%, $space: hsl) !default;
172172

173173
$chat-file-container-box-shadow: 0 0 2px 0 color.change($base-shadow-color, $alpha: 0.28), 0 1px 2px 0 color.change($base-shadow-color, $alpha: 0.32) !default;
174-
$chat-file-secondary-color: darken($base-text-color, 40.00) !default;
174+
$chat-file-secondary-color: color.adjust($base-text-color, $lightness: -40.00%, $space: hsl) !default;
175175
}
176176

177177
/**

0 commit comments

Comments
 (0)