浏览代码

set border-radius

Yuki Takei 2 年之前
父节点
当前提交
454b44e26e
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      apps/app/src/components/PageComment/CommentEditor.module.scss

+ 7 - 0
apps/app/src/components/PageComment/CommentEditor.module.scss

@@ -36,3 +36,10 @@
     padding-top: 0.5em;
   }
 }
+
+// border-radius
+.comment-editor-styles :global {
+  .cm-editor, .cm-scroller {
+    border-radius: var(--bs-border-radius);
+  }
+}