diff --git a/src/home/room_screen.rs b/src/home/room_screen.rs index b3faf11e..d2a846ae 100644 --- a/src/home/room_screen.rs +++ b/src/home/room_screen.rs @@ -730,16 +730,16 @@ live_design! { width: Fill height: Fit flow: Right - padding: 10.0 + padding: {left: 12.0, top: 8.0, bottom: 8.0, right: 10.0} show_bg: true, draw_bg: { - color: (COLOR_TEXT_IDLE) + color: #e8f4ff, } typing_label =