@nyaruka/temba-components 0.156.5 → 0.156.7

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": "@nyaruka/temba-components",
3
- "version": "0.156.5",
3
+ "version": "0.156.7",
4
4
  "description": "Web components to support rapidpro and related projects",
5
5
  "author": "Nyaruka <code@nyaruka.coim>",
6
6
  "main": "dist/index.js",
@@ -364,6 +364,7 @@ export class CanvasNode extends RapidElement {
364
364
  /* Localizable category - yellow background */
365
365
  .category.localizable {
366
366
  background-color: #fff8dc;
367
+ border-color: #e8daa0;
367
368
  }
368
369
 
369
370
  .action-exits {