Skip to content

Commit

Permalink
Improve typing notice formatting and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Sep 21, 2024
1 parent cd2f707 commit 6de24b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <Label> {
draw_text: {
color: #999999
text_style: <REGULAR_TEXT>{font_size: 9.5}
color: #121570,
text_style: <REGULAR_TEXT>{font_size: 9}
}
text: "Someone is typing..."
}
Expand Down

0 comments on commit 6de24b8

Please sign in to comment.