From 7ddaefef3a3a1c8b8373e28fafe7f26828407659 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Sat, 14 Sep 2024 12:28:06 +0800 Subject: [PATCH] =?UTF-8?q?magzine=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/magzine/components/MenuItemCollapse.js | 4 ++-- themes/magzine/components/MenuItemDrop.js | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) 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 &&   }