fix: remove unsupported shader background prop

This commit is contained in:
esdrasrenan 2025-10-05 17:28:19 -03:00
parent 7946b8d017
commit 0ec5b49e8a

View file

@ -12,7 +12,6 @@ export default function BackgroundPaperShadersWrapper() {
colors={["#000000", "#1a1a1a", "#333333", "#ffffff"]} colors={["#000000", "#1a1a1a", "#333333", "#ffffff"]}
speed={speed * 0.5} speed={speed * 0.5}
wireframe="true" wireframe="true"
backgroundColor="#000000"
/> />
</div> </div>