Skip to content

Commit

Permalink
Merge pull request #368 from kevinaboos/add_reaction_tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Jan 31, 2025
2 parents 9530413 + ddb4235 commit 0bc95c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/home/new_message_context_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ live_design! {
width: Fill,
height: Fit,
align: {x: 0, y: 0.5}
empty_message: "Reaction..."
empty_message: "Enter reaction..."
}
reaction_send_button = <RobrixIconButton> {
height: (BUTTON_HEIGHT)
Expand All @@ -105,7 +105,6 @@ live_design! {
color: (COLOR_ACCEPT_GREEN),
}
}

}
}

Expand Down

0 comments on commit 0bc95c2

Please sign in to comment.