@fluid-topics/ft-reader-feedback 1.0.55 → 1.0.56

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.
@@ -213,7 +213,7 @@ class FtReaderFeedback extends withI18n(FtReaderComponent) {
213
213
  ${this.i18n(this.i18nProperties.feedbackSectionTitle)}
214
214
  </ft-typography>
215
215
  ${((_a = this.user) === null || _a === void 0 ? void 0 : _a.userId) == null && ((_b = this.configuration) === null || _b === void 0 ? void 0 : _b.mailsSentByFluidTopicsForUnauthenticatedUsers) ? html `
216
- <ft-text-field
216
+ <ft-text-field outlined
217
217
  class="ft-reader-feedback--from-input"
218
218
  label=${feedback.messages.feedbackfromEmail()}
219
219
  @live-change=${(e) => this.from = e.detail.trim()}