Merge pull request #14 from esdrasrenan/feat/convex-tickets-core

fix: remove unsupported shader background prop
This commit is contained in:
esdrasrenan 2025-10-05 17:26:29 -03:00 committed by GitHub
commit c6fb6ef33f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>