@voplus/morpho-document 1.0.0-dev274 → 1.0.0-dev275

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@
45
45
  border-color: @primary-color;
46
46
  }
47
47
  .user-name {
48
- font-weight: bold;
48
+ //font-weight: bold;
49
49
  color: #000;
50
50
  padding-right: 10px;
51
51
  }
@@ -108,6 +108,9 @@
108
108
  border-top-left-radius: 6px;
109
109
  border-top-right-radius: 6px;
110
110
  }
111
+ .user-name {
112
+ font-weight: 500;
113
+ }
111
114
  .time-line-comment-body {
112
115
  padding: 15px;
113
116
  .ProseMirror {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "1.0.0-dev274",
3
+ "version": "1.0.0-dev275",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"