Explorar el Código

set border-radius

Yuki Takei hace 2 años
padre
commit
454b44e26e
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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);
+  }
+}