@seafile/seafile-calendar 1.0.1-beta.3 → 1.0.1

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 +6 -1
  2. package/package.json +1 -1
package/assets/index.css CHANGED
@@ -972,6 +972,7 @@
972
972
  }
973
973
  .rc-calendar-decade-panel-header > a:hover {
974
974
  cursor: pointer;
975
+ color: #ed7109;
975
976
  }
976
977
  .rc-calendar-decade-panel-prev-century-btn,
977
978
  .rc-calendar-decade-panel-next-century-btn {
@@ -1015,11 +1016,15 @@
1015
1016
  }
1016
1017
  .rc-calendar-decade-panel-cell {
1017
1018
  text-align: center;
1019
+ color: #212529;
1020
+ }
1021
+ .rc-calendar-decade-panel-cell a:hover {
1022
+ color: inherit;
1018
1023
  }
1019
1024
  .rc-calendar-decade-panel-decade {
1020
1025
  display: block;
1021
1026
  margin: 0 auto;
1022
- color: #666;
1027
+ color: #212529;
1023
1028
  border-radius: 4px 4px;
1024
1029
  height: 36px;
1025
1030
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.1-beta.3",
3
+ "version": "1.0.1",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",