Skip to content

Commit

Permalink
Fix conflict after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh committed Feb 28, 2025
1 parent e23c7c9 commit 75e826f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/frontend/scss/message/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -649,16 +649,12 @@
@include color-svg('./images/map-marker.svg', white, 100%);
}

<<<<<<< HEAD
& > .date,
& > .edited {
=======
& > .saved-message-icon {
@include color-svg('./images/icons/bookmark-filled.svg', white, 100%);
}

& > .date {
>>>>>>> 54bd7b3a6 (Show bookmark icon for saved messages)
& > .date,
& > .edited {
color: white;
}
}
Expand Down

0 comments on commit 75e826f

Please sign in to comment.