analytica-frontend-lib 1.1.67 → 1.1.68

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.
package/dist/index.js CHANGED
@@ -7245,7 +7245,7 @@ var MenuItem = (0, import_react24.forwardRef)(
7245
7245
  {
7246
7246
  className: cn(
7247
7247
  "border-b border-text-600 hover:border-primary-600 text-inherit text-xs",
7248
- selectedValue === value ? "border-b-0 font-bold" : "border-b-primary-200"
7248
+ selectedValue === value ? "border-b-0 font-bold" : "border-b-text-600"
7249
7249
  ),
7250
7250
  children
7251
7251
  }