浏览代码

fix: Correct unit from 'eg' to 'deg' (#7891)

johnd99 1 年之前
父节点
当前提交
f92f04c13c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      excalidraw-app/collab/CollabError.scss

+ 1 - 1
excalidraw-app/collab/CollabError.scss

@@ -23,7 +23,7 @@
       transform: rotate(10deg);
     }
     50% {
-      transform: rotate(0eg);
+      transform: rotate(0deg);
     }
     75% {
       transform: rotate(-10deg);