feat: use correct button textures

This commit is contained in:
neoapps-dev
2026-09-11 17:39:10 +03:00
parent a6623de644
commit 41340d94d0
21 changed files with 46 additions and 47 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ const GoldMapperView = memo(function GoldMapperView() {
onClick={handleBack}
className="w-40 h-10 flex items-center justify-center transition-colors text-xl mc-text-shadow outline-none border-none hover:text-[#ffff00] mt-4 text-white"
style={{
backgroundImage: "url('/images/Button_Background.png')",
backgroundImage: "url('/images/Layout_Button_Bmp.png')",
backgroundSize: "100% 100%",
imageRendering: "pixelated",
}}