File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ html, body {
19
19
}
20
20
.logo-container {
21
21
padding : 1rem ;
22
- background-color : # ffffff ;
22
+ background-color : # f8f9fa ;
23
23
text-align : left;
24
24
}
25
25
.logo {
@@ -385,6 +385,12 @@ button[type="submit"]:hover {
385
385
animation : fadeIn 0.5s ease-in-out;
386
386
}
387
387
388
+ .welcome-message img {
389
+ background-color : # f8f9fa ;
390
+ border-radius : 50% ;
391
+ padding : 10px ;
392
+ }
393
+
388
394
.welcome-message img {
389
395
width : 120px ;
390
396
margin-bottom : 2rem ;
@@ -409,6 +415,14 @@ button[type="submit"]:hover {
409
415
gap : 10px ;
410
416
margin-top : 1rem ;
411
417
}
418
+
419
+ .welcome-actions .button .is-info {
420
+ background-color : # 0265e7 ;
421
+ }
422
+
423
+ .welcome-actions .button .is-info : hover {
424
+ background-color : # 0255c7 ;
425
+ }
412
426
/* Connection status styles */
413
427
.connection-status {
414
428
position : fixed;
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ pub fn Conversation() -> Element {
214
214
// Add action buttons directly in the welcome screen
215
215
div { class: "welcome-actions" ,
216
216
button {
217
- class: "button is-primary mr-2" ,
217
+ class: "button is-info mr-2" ,
218
218
onclick: move |_| {
219
219
CREATE_ROOM_MODAL . write( ) . show = true ;
220
220
} ,
You can’t perform that action at this time.
0 commit comments