@textback/notification-widget 2.0.1-110242 → 2.0.1-110244

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": "@textback/notification-widget",
3
- "version": "2.0.1-110242",
3
+ "version": "2.0.1-110244",
4
4
  "description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -352,7 +352,7 @@ export default class Widget extends Component {
352
352
  id="tb-notification-brand-badge"
353
353
  style="${displayMode === 'inline' ? 'fill:inherit; color: inherit;' : ''}"
354
354
  >
355
- ${this.text('worksFor')} ${displayMode === 'inline' ? iconTbLogoWhite : iconTbLogoDark}
355
+ <span style="margin-top:4px"> ${this.text('worksFor')}</span> ${this.pallet === "tb-pallet-light" ? iconTbLogoWhite : iconTbLogoDark}
356
356
  </a>
357
357
  `;
358
358
  }
@@ -364,7 +364,7 @@ export default class Widget extends Component {
364
364
  id="tb-notification-brand-badge"
365
365
  style="${displayMode === 'inline' ? 'fill:inherit; color: inherit;' : ''}"
366
366
  >
367
- ${this.text('worksFor')} ${displayMode === 'inline' ? iconTbLogoWhite : iconTbLogoDark}
367
+ <span style="margin-top:4px"> ${this.text('worksFor')}</span> ${this.pallet === "tb-pallet-light" ? iconTbLogoWhite : iconTbLogoDark}
368
368
  </a>
369
369
  `;
370
370
  }
@@ -75,7 +75,7 @@ export default class Wahunter extends Component {
75
75
  id="tb-notification-brand-badge"
76
76
  style="${displayMode === 'inline' ? 'fill:inherit; color: inherit;' : ''}"
77
77
  >
78
- ${this.text('worksFor')} ${displayMode === 'inline' ? iconTbLogoWhite : iconTbLogoDark}
78
+ <span style="margin-top:5px"> ${this.text('worksFor')}</span> ${iconTbLogoWhite}
79
79
  </a>
80
80
  `;
81
81
  }