We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8640677 + f7ae79c commit 4434f3dCopy full SHA for 4434f3d
library/src/components/Collapsible.tsx
@@ -82,7 +82,7 @@ export const Collapsible = forwardRef(
82
{openButtonPosition === "left" && (
83
<div
84
className={twMerge(
85
- "flex h-full flex-none items-center justify-center size-4 pr-1",
+ "flex h-full flex-none items-center justify-center size-6 pr-1",
86
chevronClassName,
87
)}
88
>
@@ -105,7 +105,7 @@ export const Collapsible = forwardRef(
105
{openButtonPosition === "right" && (
106
107
108
- "flex h-full flex-none items-center justify-center size-5 px-1",
+ "flex h-full flex-none items-center justify-center size-6",
109
110
111
style={chevronStyle}
0 commit comments