Skip to content

Commit

Permalink
SDA-4664 - Add border color for mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Sep 9, 2024
1 parent e352031 commit 55a39d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/renderer/styles/notifications-animations.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
50% {
background-color: @light-mention-flash-mention-bg-color;
border-color: transparent;
border-color: @light-notification-border-color;
}
}

Expand Down Expand Up @@ -76,7 +76,7 @@
@keyframes light-flashing {
50% {
background-color: @light-notification-bg-color;
border-color: transparent;
border-color: @light-notification-border-color;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/styles/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@dark-external-flash-bg-color: #70511f;

@light-notification-bg-color: #f1f1f3;
@light-notification-border-color: transparent;
@light-notification-border-color: #717681;
@light-regular-flash-mention-bg-color: #aad4f8;
@light-mention-flash-mention-bg-color: #fcc1b9;
@light-mention-flash-border-color: #ff5d50;
Expand Down

0 comments on commit 55a39d8

Please sign in to comment.