File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export interface MenuSectionProps<T> extends AriaMenuSectionProps<T> {
60
60
61
61
export function MenuSection < T extends object > ( props : MenuSectionProps < T > ) {
62
62
return (
63
- < AriaMenuSection className = "first:-mt-[5px] after:content-[''] after:block after:h-[5px]" >
63
+ < AriaMenuSection { ... props } className = "first:-mt-[5px] after:content-[''] after:block after:h-[5px]" >
64
64
< Header className = "text-sm font-semibold text-gray-500 dark:text-zinc-300 px-4 py-1 truncate sticky -top-[5px] -mt-px -mx-1 z-10 bg-gray-100/60 dark:bg-zinc-700/60 backdrop-blur-md supports-[-moz-appearance:none]:bg-gray-100 border-y border-y-gray-200 dark:border-y-zinc-700 [&+*]:mt-1" > { props . title } </ Header >
65
65
< Collection items = { props . items } >
66
66
{ props . children }
You can’t perform that action at this time.
0 commit comments