@meduza/ui-kit-2 0.7.9 → 0.8.0

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.
@@ -920,7 +920,7 @@ const Dropdown = ({
920
920
  }) => {
921
921
  let classNames = [[styles$u.root, true],
922
922
  // [styles.active, !!active && !!styles.active],
923
- [styles$u.inactive, !active && !!styles$u.inactive]];
923
+ [styles$u.inactive, !active && styleContext === "isPodcastSeason" && !!styles$u.inactive]];
924
924
  if (styleContext) {
925
925
  classNames = makeStyleContext(classNames, styleContext, styles$u);
926
926
  }