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 3838 <AccordionItem padding =" p-2" >
3939 <svelte:fragment slot =" summary"
4040 ><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 >
4242 </button ></svelte:fragment
4343 >
4444 <svelte:fragment slot =" content"
4949 </div >
5050 <div class ="hidden sm:block place-self-center" use:popup ={popupCombobox }>
5151 <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 >
5353 </button >
5454
5555 <div class ="z-50 w-max" data-popup ={id }>
You can’t perform that action at this time.
0 commit comments