@capillarytech/creatives-library 8.0.91 → 8.0.93

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.
@@ -202,8 +202,7 @@ export const getWhatsappCarouselButtonView = (buttons, templatePreview) => {
202
202
  renderArray.push(
203
203
  <CapLabel
204
204
  type="label21"
205
- style={{ textAlign: 'center', marginTop: '12px' }}
206
- // className={templatePreview ? "whatsapp-cta-preview" : "whatsapp-list-quick-reply-preview"}
205
+ className="whatsapp-list-view-text-align"
207
206
  >
208
207
  <CapIcon
209
208
  type={currentButtonType === PHONE_NUMBER ? 'call' : currentButtonType === QUICK_REPLY ? "small-link" : 'launch'}