form-driver 0.2.3 → 0.2.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.
package/dist/m3.css CHANGED
@@ -134,7 +134,7 @@ table.M3_table tr:last-child td {
134
134
  }
135
135
  .ant-rate .ant-rate-star-zero .ant-rate-star-first,
136
136
  .ant-rate .ant-rate-star-zero .ant-rate-star-second {
137
- color: #666;
137
+ color: #a2a2a2;
138
138
  }
139
139
  .ant-rate .ant-rate-star {
140
140
  flex: 1;
package/es/m3.css CHANGED
@@ -134,7 +134,7 @@ table.M3_table tr:last-child td {
134
134
  }
135
135
  .ant-rate .ant-rate-star-zero .ant-rate-star-first,
136
136
  .ant-rate .ant-rate-star-zero .ant-rate-star-second {
137
- color: #666;
137
+ color: #a2a2a2;
138
138
  }
139
139
  .ant-rate .ant-rate-star {
140
140
  flex: 1;
package/lib/m3.css CHANGED
@@ -134,7 +134,7 @@ table.M3_table tr:last-child td {
134
134
  }
135
135
  .ant-rate .ant-rate-star-zero .ant-rate-star-first,
136
136
  .ant-rate .ant-rate-star-zero .ant-rate-star-second {
137
- color: #666;
137
+ color: #a2a2a2;
138
138
  }
139
139
  .ant-rate .ant-rate-star {
140
140
  flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "form-driver",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "An efficient framework for creating forms.",
5
5
  "license": "MIT",
6
6
  "authors": [
@@ -3,7 +3,7 @@
3
3
  /* 自定义Rate组件未选中星星的颜色 */
4
4
  .ant-rate-star-zero .ant-rate-star-first,
5
5
  .ant-rate-star-zero .ant-rate-star-second {
6
- color: #666;
6
+ color: #a2a2a2;
7
7
  }
8
8
 
9
9
  display: flex !important;