File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 186186 --str-chat__channel-color : var (--text-primary );
187187
188188 /* The background color of the component */
189- --str-chat__channel-background-color : transparent ;
189+ --str-chat__channel-background-color : var ( --background-core-app ) ;
190190
191191 /* Box shadow applied to the component */
192192 --str-chat__channel-box-shadow : none ;
Original file line number Diff line number Diff line change 4242
4343 .str-chat__channel-header__data {
4444 @include utils .header-text-layout ;
45+ width : unset ;
4546 }
4647
4748 .str-chat__channel-header__end {
Original file line number Diff line number Diff line change 2020 height : 100% ;
2121 min-height : 0 ;
2222 position : relative ;
23- background-color : var (--str-chat__background-color );
23+ background-color : var (--background-core-app );
2424
2525 .str-chat__chat-view__selector {
2626 display : flex ;
Original file line number Diff line number Diff line change 33// CSS variables aligned with Figma tokens; fallbacks from get_variable_defs.
44
55.str-chat {
6- --str-chat__switch-field-background-color : var (
7- --input-cards-bg ,
8- var (--background-core-surface-subtle )
9- );
6+ --str-chat__switch-field-background-color : var (--background-core-surface-card );
107 --str-chat__switch-field-border-radius : var (--radius-md );
118 --str-chat__switch-field__track-off-bg : var (
129 --control-toggle-switch-bg ,
Original file line number Diff line number Diff line change 88 gap : var (--spacing-xxs );
99 border-radius : var (--radius-max );
1010
11- color : var (--text-inverse );
12- background-color : var (--background-core-inverse , var ( --slate-900 ) );
11+ color : var (--text-on- inverse );
12+ background-color : var (--background-core-inverse );
1313 text-transform : uppercase ;
1414 font : var (--str-chat__font-metadata-emphasis );
1515
1919 justify-content : center ;
2020 align-items : center ;
2121 cursor : pointer ;
22- color : var ( --text-inverse ) ;
22+ color : inherit ;
2323 }
2424}
Original file line number Diff line number Diff line change 6666 @include common .reaction-button ;
6767 box-shadow : unset ;
6868 min-width : var (--size-48 );
69+ background : none ;
70+ border : 1px solid var (--control-chip-border );
6971
7072 .str-chat__message-reactions-detail__reaction-type-list-item-icon {
7173 font-family : system-ui ;
Original file line number Diff line number Diff line change 6464 background : linear-gradient (
6565 to bottom ,
6666 transparent 5% ,
67- var (--background-core-elevation-0 ) 95%
67+ var (--background-core-elevation-2 ) 95%
6868 );
6969 }
7070
7777 background : linear-gradient (
7878 to top ,
7979 transparent 5% ,
80- var (--background-core-elevation-0 ) 95%
80+ var (--background-core-elevation-2 ) 95%
8181 );
8282 }
8383}
You can’t perform that action at this time.
0 commit comments