Fork of Agar.io game clone was forked from Fork of Agar.io game clone
Continue chatting to ask questions about or make changes to it.
ở trong phần shop của menu chỉnh lại nút back menu, hiện tại tôi không thấy chữ trên cái nút đó
I'll fix the "Back to Menu" button in the shop screen to make the text visible.
The issue was that the text on the "Back to Menu" button might not have been visible enough against the background. I've updated the button with explicit text color styling to ensure the "Back to Menu" text is clearly visible. The button now has:
text-white
color to ensure the text is visibleborder-white/50
hover:bg-gray-800 hover:text-white
These changes should make the button text clearly visible in the shop menu.