code-editor

fix bubble border on syntax error

3/24/2022 12:21:14 AM

Details

diff --git a/codeeditor-app/elements/notification-bubbles/notification-bubble.less b/codeeditor-app/elements/notification-bubbles/notification-bubble.less
index 72c818a..e9a6b80 100644
--- a/codeeditor-app/elements/notification-bubbles/notification-bubble.less
+++ b/codeeditor-app/elements/notification-bubbles/notification-bubble.less
@@ -32,7 +32,7 @@ notification-bubble.error {
 
 notification-bubble.syntax-error {
     background-color: #ff6262;
-    background-color: #d15353;
+    border-color: #d15353;
     font-size: 22px;
     padding: 30px;
 }
@@ -64,6 +64,6 @@ notification-bubble.syntax-error {
     
     notification-bubble.syntax-error {
         background-color: #470000;
-        background-color: #2b0000;
+        border-color: #2b0000;
     }
 }
\ No newline at end of file