@meduza/ui-kit-2 0.8.0 → 0.8.2

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