datajunction-ui 0.0.68 → 0.0.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datajunction-ui",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "description": "DataJunction UI",
5
5
  "module": "src/index.tsx",
6
6
  "repository": {
@@ -566,6 +566,7 @@ tbody th {
566
566
  .partition_value {
567
567
  border: solid #00b368 0.025em;
568
568
  background-color: #ccf7e525;
569
+ color: #00b368;
569
570
  margin: 0.25rem;
570
571
  }
571
572