datajunction-ui 0.0.1-a32 → 0.0.1-a34

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.1-a32",
3
+ "version": "0.0.1a34",
4
4
  "description": "DataJunction Metrics Platform UI",
5
5
  "module": "src/index.tsx",
6
6
  "repository": {
@@ -453,6 +453,12 @@ tbody th {
453
453
  color: #580076;
454
454
  }
455
455
 
456
+ .node_type__tag {
457
+ font-family: 'Jost';
458
+ color: #5c3b8f;
459
+ background-color: #5c3b8f25 !important;
460
+ }
461
+
456
462
  .node_type__blank {
457
463
  font-family: 'Jost';
458
464
  background-color: #ffffff !important;