@obosbbl/grunnmuren-react 2.0.0-canary.23 → 2.0.0-canary.24
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
|
@@ -110,7 +110,7 @@ function AccordionItem(props, ref) {
|
|
|
110
110
|
HeadingContext,
|
|
111
111
|
{
|
|
112
112
|
// Negative margin to strech the button to the entire with of the accordion (to support containers with a background color)
|
|
113
|
-
className: 'font-semibold leading-7 -mx-2',
|
|
113
|
+
className: 'font-semibold leading-7 -mx-2 text-base',
|
|
114
114
|
// Supply a default level here to make this typecheck ok. Will be overwritten with the consumers set heading level anyways
|
|
115
115
|
level: 3,
|
|
116
116
|
_innerWrapper: (children)=>/*#__PURE__*/ jsxs("button", {
|