File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @gradio/chatbot " : minor
3
+ " gradio " : minor
4
+ ---
5
+
6
+ feat: Ensure chatbot background is consistent with other components
Original file line number Diff line number Diff line change 391
391
.bubble-wrap {
392
392
width : 100% ;
393
393
overflow-y : auto ;
394
- background : var ( --background-fill-secondary );
394
+
395
395
height : 100% ;
396
396
padding-top : var (--spacing-xxl );
397
397
}
398
398
399
+ :global(.dark ) .bubble-wrap {
400
+ background : var (--background-fill-secondary );
401
+ }
402
+
399
403
.message-wrap {
400
404
display : flex ;
401
405
flex-direction : column ;
469
473
/* Colors */
470
474
.bubble .bot {
471
475
border-color : var (--border-color-primary );
472
- background : var (--background-fill-secondary );
473
476
}
474
477
475
478
.bubble .user {
522
525
523
526
.message-row.bubble.bot-row {
524
527
align-self : flex-start ;
525
- background : var (--background-fill-secondary );
526
528
width : calc (100% - var (--spacing-xl ) * 6 );
527
529
}
528
530
You can’t perform that action at this time.
0 commit comments