mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 09:03:44 +00:00
feat: remove drop shadow from title image
This commit is contained in:
+1
-1
@@ -612,7 +612,7 @@ export default function App() {
|
|||||||
stiffness: 300,
|
stiffness: 300,
|
||||||
damping: 25,
|
damping: 25,
|
||||||
}}
|
}}
|
||||||
className="w-full drop-shadow-[0_8px_6px_rgba(0,0,0,0.8)] pointer-events-none"
|
className="w-full pointer-events-none"
|
||||||
style={{ imageRendering: "pixelated" }}
|
style={{ imageRendering: "pixelated" }}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user