@@ -41,7 +41,7 @@ export default function ChatMenu() {
4141 < div className = "flex items-center justify-around h-16 w-full" >
4242 < button
4343 aria-label = "Chat"
44- className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'chat' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
44+ className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'chat' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
4545 onClick = { handleChat }
4646 >
4747 < span className = "inline-flex" >
@@ -51,7 +51,7 @@ export default function ChatMenu() {
5151 </ button >
5252 < button
5353 aria-label = "Closet"
54- className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'closet' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
54+ className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'closet' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
5555 onClick = { handleCloset }
5656 >
5757 < span className = "inline-flex" >
@@ -61,7 +61,7 @@ export default function ChatMenu() {
6161 </ button >
6262 < button
6363 aria-label = "Codination"
64- className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'codination' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
64+ className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'codination' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
6565 onClick = { handleCodination }
6666 >
6767 < span className = "inline-flex" >
@@ -71,7 +71,7 @@ export default function ChatMenu() {
7171 </ button >
7272 < button
7373 aria-label = "Fitting"
74- className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'fitting' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
74+ className = { `w-16 flex flex-col items-center gap-1 ${ isClient && panel == 'fitting' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
7575 onClick = { handleFitting }
7676 >
7777 < span className = "inline-flex" >
@@ -82,7 +82,7 @@ export default function ChatMenu() {
8282 < SettingsPanel >
8383 < button
8484 aria-label = "Settings"
85- className = "w-16 flex flex-col items-center gap-1 text-slate-400 dark:text-slate-600 "
85+ className = "w-16 flex flex-col items-center gap-1 text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 "
8686 >
8787 < span className = "inline-flex" >
8888 < LucideIcon name = { 'Settings' } size = { 24 } />
@@ -98,7 +98,7 @@ export default function ChatMenu() {
9898 < div className = "flex flex-col items-center justify-center gap-10 w-full h-full" >
9999 < button
100100 aria-label = "Chat"
101- className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'chat' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
101+ className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'chat' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
102102 onClick = { handleChat }
103103 >
104104 < span className = "inline-flex" >
@@ -108,7 +108,7 @@ export default function ChatMenu() {
108108 </ button >
109109 < button
110110 aria-label = "Closet"
111- className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'closet' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
111+ className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'closet' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
112112 onClick = { handleCloset }
113113 >
114114 < span className = "inline-flex" >
@@ -118,7 +118,7 @@ export default function ChatMenu() {
118118 </ button >
119119 < button
120120 aria-label = "Codination"
121- className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'codination' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
121+ className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'codination' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
122122 onClick = { handleCodination }
123123 >
124124 < span className = "inline-flex" >
@@ -128,7 +128,7 @@ export default function ChatMenu() {
128128 </ button >
129129 < button
130130 aria-label = "Fitting"
131- className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'fitting' ? 'font-bold text-blue-600 dark:text-blue-400 ' : 'text-slate-400 dark:text-slate-600 ' } ` }
131+ className = { `w-full flex flex-col items-center gap-1 ${ isClient && panel == 'fitting' ? 'font-bold text-blue-600 dark:text-slate-100 rounded-md ' : 'text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 rounded-md transition-colors ' } ` }
132132 onClick = { handleFitting }
133133 >
134134 < span className = "inline-flex" >
@@ -139,7 +139,7 @@ export default function ChatMenu() {
139139 < SettingsPanel >
140140 < button
141141 aria-label = "Settings"
142- className = "w-full flex flex-col items-center gap-1 text-slate-400 dark:text-slate-600 "
142+ className = "w-full flex flex-col items-center gap-1 text-slate-500 dark:text-slate- 400 hover:text-slate-700 dark:hover: text-slate-100 "
143143 >
144144 < span className = "inline-flex" >
145145 < LucideIcon name = { 'Settings' } size = { 24 } />
0 commit comments