diff --git a/themes/magzine/components/MenuItemCollapse.js b/themes/magzine/components/MenuItemCollapse.js index fcd8b756..d792f1e4 100644 --- a/themes/magzine/components/MenuItemCollapse.js +++ b/themes/magzine/components/MenuItemCollapse.js @@ -56,7 +56,7 @@ export const MenuItemCollapse = props => { {hasSubMenu && (
+ className='py-2 flex justify-between cursor-pointer dark:text-gray-200 no-underline tracking-widest'>
{link.name} @@ -78,7 +78,7 @@ export const MenuItemCollapse = props => { key={sLink.id} className=' not:last-child:border-b-0 border-b dark:border-gray-800 py-2 px-14 cursor-pointer hover:bg-gray-100 dark:text-gray-200 - font-extralight dark:bg-black text-left justify-start text-gray-600 bg-gray-50 dark:hover:bg-gray-900 tracking-widest transition-all duration-200'> + dark:bg-black text-left justify-start text-gray-600 bg-gray-50 dark:hover:bg-gray-900 tracking-widest transition-all duration-200'>
{ }>
{link?.icon && } {link?.name} - {hasSubMenu && ( - - )} +
)} @@ -40,7 +38,7 @@ export const MenuItemDrop = ({ link }) => { {!hasSubMenu && (
{ return (
  • + className='dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-900 tracking-widest transition-all duration-200 dark:border-gray-800 py-3 pr-6 pl-3'> {link?.icon &&   }