@@ -47,14 +47,14 @@ export default function MobileMenu() {
4747 styles . menu ,
4848 'flex flex-col fixed mx-auto inset-x-0' ,
4949 'top-24' ,
50- 'w-[85%] max-w-sm rounded-lg shadow-lg ' ,
50+ 'w-[85%] max-w-sm' ,
5151 'px-4 py-6 space-y-6' ,
52- 'bg-gray-900' ,
52+ 'bg-gray-50 dark:bg-gray- 900' ,
5353 isMenuRendered && styles . menuRendered
5454 ) }
5555 >
5656 < li
57- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
57+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
5858 style = { { transitionDelay : '150ms' } }
5959 >
6060 < Link
@@ -65,7 +65,7 @@ export default function MobileMenu() {
6565 </ Link >
6666 </ li >
6767 < li
68- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
68+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
6969 style = { { transitionDelay : '175ms' } }
7070 >
7171 < Link
@@ -76,7 +76,7 @@ export default function MobileMenu() {
7676 </ Link >
7777 </ li >
7878 < li
79- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
79+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
8080 style = { { transitionDelay : '200ms' } }
8181 >
8282 < Link
@@ -87,7 +87,7 @@ export default function MobileMenu() {
8787 </ Link >
8888 </ li >
8989 < li
90- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
90+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
9191 style = { { transitionDelay : '225ms' } }
9292 >
9393 < Link
@@ -98,7 +98,7 @@ export default function MobileMenu() {
9898 </ Link >
9999 </ li >
100100 < li
101- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
101+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
102102 style = { { transitionDelay : '250ms' } }
103103 >
104104 < Link
@@ -109,7 +109,7 @@ export default function MobileMenu() {
109109 </ Link >
110110 </ li >
111111 < li
112- className = "text-gray-900 dark:text-gray-100 text-base font-semibold w-full text-center"
112+ className = "text-gray-900 dark:text-white text-base font-semibold w-full text-center"
113113 style = { { transitionDelay : '275ms' } }
114114 >
115115 < Link
0 commit comments