@seafile/seafile-calendar 1.0.2-alpha.3 → 1.0.2-alpha.4

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.
Files changed (2) hide show
  1. package/assets/index.css +3 -1
  2. package/package.json +1 -1
package/assets/index.css CHANGED
@@ -254,7 +254,7 @@
254
254
  flex: 1 1 auto;
255
255
  }
256
256
  .rc-calendar-time-input-col {
257
- width: 90px;
257
+ width: 89px;
258
258
  border-left: 1px solid #eee;
259
259
  }
260
260
  .rc-calendar-date-input,
@@ -466,6 +466,8 @@
466
466
  justify-content: center;
467
467
  -ms-flex-align: center;
468
468
  align-items: center;
469
+ color: #212529;
470
+ font-weight: 600;
469
471
  }
470
472
  .rc-calendar-right-panel-body {
471
473
  height: 240px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.2-alpha.3",
3
+ "version": "1.0.2-alpha.4",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",