SDA-4664 - Add border color for mentions (#2204)

This commit is contained in:
Kiran Niranjan
2024-09-10 07:26:06 +05:30
committed by GitHub
parent c28a163aeb
commit 1e96822015
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
}
50% {
background-color: @light-mention-flash-mention-bg-color;
border-color: transparent;
border-color: @light-notification-border-color;
}
}
@@ -76,7 +76,7 @@
@keyframes light-flashing {
50% {
background-color: @light-notification-bg-color;
border-color: transparent;
border-color: @light-notification-border-color;
}
}

View File

@@ -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;