File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/components/chat/themes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11@use ' styles/common/component' ;
22@use ' styles/utilities' as * ;
33
4- // should be removed
4+ // should be removed
55:host {
66 width : 100% ;
77 height : 600px ;
Original file line number Diff line number Diff line change 1818 gap : rem (8px );
1919}
2020
21- // should be changed when the design is ready
21+ // should be changed when the design is ready
2222[part ~= ' dragging' ] {
2323 igc-textarea ::part (container ) {
2424 background : color (gray , 300 );
Original file line number Diff line number Diff line change 33
44$theme : $material ;
55
6- // should be changed when the design is ready
6+ // should be changed when the design is ready
77:host ([part ~= ' active' ]) {
88 & ::part (message-container ) {
99 box-shadow : inset 0 0 0 rem (1px ) var-get ($theme , ' message-color' );
You can’t perform that action at this time.
0 commit comments