Skip to content

Commit

Permalink
Merge branch 'feat/add-chats-contact-last-interaction-time' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 31, 2024
2 parents cbedc2c + 10974cf commit 1f67a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatsContact/ChatsContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export default {
gap: $unnnic-spacing-xs;
background-color: $unnnic-color-background-white;
border: 1px solid $unnnic-color-neutral-soft;
font-family: $unnnic-font-family-secondary;
Expand All @@ -259,6 +258,7 @@ export default {
&.selected {
background-color: $unnnic-color-neutral-light;
border: 1px solid $unnnic-color-neutral-soft;
}
&.waiting {
Expand Down

0 comments on commit 1f67a68

Please sign in to comment.