@obosbbl/grunnmuren-react 2.0.0-canary.22 → 2.0.0-canary.23
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -123,7 +123,7 @@ function AccordionItem(props, ref) {
|
|
|
123
123
|
children: [
|
|
124
124
|
children,
|
|
125
125
|
/*#__PURE__*/ jsx(ChevronDown, {
|
|
126
|
-
className: cx('transition-transform duration-300 motion-reduce:transition-none', isOpen && 'rotate-180')
|
|
126
|
+
className: cx('flex-none transition-transform duration-300 motion-reduce:transition-none', isOpen && 'rotate-180')
|
|
127
127
|
})
|
|
128
128
|
]
|
|
129
129
|
})
|