Explorar el Código

chore: cleanup

Adam hace 1 mes
padre
commit
aafffb5b4b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ui/src/components/message-part.css

+ 2 - 2
packages/ui/src/components/message-part.css

@@ -390,12 +390,12 @@
         conic-gradient(
             from var(--border-angle),
             transparent 0deg,
-            transparent 270deg,
+            transparent 0deg,
             var(--border-warning-strong, var(--border-warning-selected)) 300deg,
             var(--border-warning-base) 360deg
           )
           border-box;
-      animation: chase-border 1.5s linear infinite;
+      animation: chase-border 2.5s linear infinite;
       pointer-events: none;
       z-index: -1;
     }