@voplus/morpho-workspace 1.3.96 → 1.3.97

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.
@@ -42,7 +42,7 @@ const CalendarMonth = () => {
42
42
  }, []);
43
43
  useCalendarListEffect((list) => {
44
44
  runInAction(() => {
45
- const colorList = ["#765FEE", "#fe4066", "#FFC832", "#FF8F5E", "#3AC43A", "#FFC832"];
45
+ const colorList = ["#d3adf7", "#ffbb96", "#adc6ff", "#ffd591", "#b7eb8f", "#87e8de"];
46
46
  list.map((item, index) => {
47
47
  item.backgroundColor = colorList[(index || 0) % 6];
48
48
  item.borderColor = colorList[(index || 0) % 6];
@@ -245,6 +245,10 @@
245
245
  .calendar-document-card {
246
246
  padding: 0;
247
247
  background: transparent;
248
+
249
+ .document-name{
250
+ color: #000 !important;
251
+ }
248
252
  }
249
253
  .calendar-action-card {
250
254
  color: #000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "1.3.96",
3
+ "version": "1.3.97",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",