refactor(storyless): update border class for consistent styling

This commit is contained in:
rstubryan
2025-10-20 10:09:58 +07:00
parent 73f379832c
commit eb02a8b6f7
+1 -1
View File
@@ -68,7 +68,7 @@ export const Collapse = ({
'collapse',
variant === 'arrow' && 'collapse-arrow',
variant === 'plus' && 'collapse-plus',
bordered && 'border base-content/20 border-opacity-20 rounded-box',
bordered && 'border base-content/20 border-opacity-20 rounded',
disabled && 'opacity-60 pointer-events-none',
!open && 'w-fit',
className