File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 <button class ="grid" use:popup ={popupCombobox } >
3131 <a class ="grid" href ={menubarItem .Url } target =" {menubarItem .Target }" >
32- <span class ="capitalize whitespace-nowrap hover:font-bold " >{comboboxValue ?? menubarItem .Title }</span >
32+ <span class ="capitalize whitespace-nowrap text-lg hover:text-secondary-500 " >{comboboxValue ?? menubarItem .Title }</span >
3333 </a >
3434 </button >
3535 </div >
3838 <AccordionItem padding =" p-2" >
3939 <svelte:fragment slot =" summary"
4040 ><button class =" flex items-center gap-x-1" >
41- <span class ="capitalize hover:font-bold " >{menubarItem .Title }</span >
41+ <span class ="capitalize text-lg hover:text-primary-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 whitespace-nowrap hover:font-bold " >{menubarItem .Title }▾</span >
52+ <span class ="capitalize text-lg whitespace-nowrap hover:text-primary-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