@lolmath/ui 2.3.0 → 2.3.1

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
@@ -500,7 +500,7 @@ function Accordion({ children, className }) {
500
500
  "div",
501
501
  {
502
502
  className: twMerge7(
503
- "bg-lol-blue-950 border-lol-gold-500 rounded border",
503
+ "bg-lol-blue-950 border-lol-gold-500 rounded border overflow-hidden",
504
504
  className
505
505
  ),
506
506
  style: {