22@use " ../sizes" as * ;
33@use " ../colors" as * ;
44@use " ../textEditor/colors" as * ;
5+ @use " ../button/colors" as * ;
56
67// adduse
78
@@ -17,6 +18,7 @@ $chat-background-color: $base-bg !default;
1718*/
1819$chat-border-color : $base-border-color !default ;
1920$chat-messagebox-border-color : $chat-border-color !default ;
21+ $chat-messagebox-file-background-color : $button-normal-text-hover-bg !default ;
2022$chat-message-editing-preview-accent-color : $base-accent !default ;
2123$chat-message-editing-preview-cancel-button-color : $texteditor-label-color !default ;
2224
@@ -141,7 +143,7 @@ $chat-file-secondary-color: null !default;
141143 $chat-typingindicator-circle-bg-color-center : darken ($base-bg , 56.08 ) !default ;
142144
143145 $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 ;
146+ $chat-file-secondary-color : $base-icon -color !default ;
145147
146148 @if $color == " blue" {
147149 $chat-bubble-background-color-primary : lighten (desaturate (adjust-hue ($base-accent , 3.8 ), 11.4 ), 55.5 ) !default ;
@@ -171,7 +173,7 @@ $chat-file-secondary-color: null !default;
171173 $chat-typingindicator-circle-bg-color-center : lighten ($base-bg , 43.92 ) !default ;
172174
173175 $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 ;
176+ $chat-file-secondary-color : $base-icon -color !default ;
175177}
176178
177179/* *
0 commit comments