File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { ModuleOptions } from '../module'
2
2
3
3
export default ( options : Required < ModuleOptions > ) => ( {
4
4
slots : {
5
- content : 'min-w-32 bg-[var(--ui-bg)] shadow-lg rounded-[calc(var(--ui-radius)*1.5)] ring ring-[var(--ui-border)] divide-y divide-[var(--ui-border)] overflow-y-auto scroll-py-1 data-[state=open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in] ' ,
5
+ content : 'min-w-32 bg-[var(--ui-bg)] shadow-lg rounded-[calc(var(--ui-radius)*1.5)] ring ring-[var(--ui-border)] divide-y divide-[var(--ui-border)] overflow-y-auto scroll-py-1 data-[state=open]:animate-[scale-in_100ms_ease-out]' ,
6
6
group : 'p-1 isolate' ,
7
7
label : 'w-full flex items-center font-semibold text-[var(--ui-text-highlighted)]' ,
8
8
separator : '-mx-1 my-1 h-px bg-[var(--ui-border)]' ,
You can’t perform that action at this time.
0 commit comments