File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
<AccordionItem padding =" p-2" >
39
39
<svelte:fragment slot =" summary"
40
40
><button class =" flex items-center gap-x-1" >
41
- <span class ="capitalize text-lg hover:text-primary -500" >{menubarItem .Title }</span >
41
+ <span class ="capitalize text-lg hover:text-secondary -500" >{menubarItem .Title }</span >
42
42
</button ></svelte:fragment
43
43
>
44
44
<svelte:fragment slot =" content"
49
49
</div >
50
50
<div class ="hidden sm:block place-self-center" use:popup ={popupCombobox }>
51
51
<button class =" flex items-center gap-x-1 px-2" >
52
- <span class ="capitalize text-lg whitespace-nowrap hover:text-primary -500" >{menubarItem .Title }▾</span >
52
+ <span class ="capitalize text-lg whitespace-nowrap hover:text-secondary -500" >{menubarItem .Title }▾</span >
53
53
</button >
54
54
55
55
<div class ="z-50 w-max" data-popup ={id }>
You can’t perform that action at this time.
0 commit comments