File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/components/chat/themes Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ slot[name='prefix'] {
135135
136136igc-list {
137137 --default-size : 3 ;
138- --component-size : var (--ig-size , var (--default-size ));
139138
140139 padding-block-end : rem (24px );
141140 min-height : fit-content ;
Original file line number Diff line number Diff line change 5252 min-width : rem (90px );
5353 max-width : fit-content ;
5454 flex : 1 1 ;
55-
56- igc-chip {
57- --default-size : 2 ;
58- --component-size : var (--ig-size , var (--default-size ));
59- }
6055}
6156
6257igc-textarea::part(input ) {
@@ -65,10 +60,8 @@ igc-textarea::part(input) {
6560 overflow-y : auto ;
6661}
6762
68- igc-icon-button ,
69- igc-textarea {
63+ igc-icon-button {
7064 --default-size : 2 ;
71- --component-size : var (--ig-size , var (--default-size ));
7265}
7366
7467@container (max-width: 400px) {
You can’t perform that action at this time.
0 commit comments