Skip to content

Commit

Permalink
feat: Add colour to sent to self banner
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Aug 19, 2024
1 parent d59dcdc commit 4f2b46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/editor_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ pub(crate) fn editor_message(params: Value, l: Locale) -> Result<Mjml, TemplateE
{ if is_self_copy {
view!{
<mj-wrapper
border="1px solid #E5E5E5"
background-color="#F5F5F5"
border="1px solid #e2ce85"
background-color="#f4ebcb"
padding="5px 15px" >
<mj-text>
<p>{ Text::from(tl!(l, editor_message.message_copy, to_name )).into() }</p>
Expand Down

0 comments on commit 4f2b46c

Please sign in to comment.