@flamingo-stack/openframe-frontend-core 0.0.411-snapshot.20260711170430 → 0.0.411

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.
@@ -1229,7 +1229,7 @@ function AnnouncementBar({
1229
1229
  onClick: handleCtaClick,
1230
1230
  variant: "outline",
1231
1231
  size: "small",
1232
- className: "h-7 md:h-7 py-0 px-[var(--spacing-system-sf)] transition-opacity hover:opacity-90",
1232
+ className: "transition-opacity hover:opacity-90",
1233
1233
  style: {
1234
1234
  backgroundColor: displayAnnouncement.cta_button_background_color || ANNOUNCEMENT_CTA_DEFAULTS.background,
1235
1235
  color: displayAnnouncement.cta_button_text_color || ANNOUNCEMENT_CTA_DEFAULTS.text,