Hero: rote Rasterfugen zwischen Webcam-Pixel-Kacheln entfernen
gapRatio 0 und borderOpacity 0, damit der Primary-Hintergrund nicht als rotes Gitter zwischen den Tiles sichtbar wird. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -65,10 +65,10 @@ const LandingHeroSection = () => {
|
||||
colorMode="redscale"
|
||||
backgroundColor={PRIMARY_HERO_BG}
|
||||
mirror
|
||||
gapRatio={0.12}
|
||||
gapRatio={0}
|
||||
darken={0.08}
|
||||
borderColor="#ffffff"
|
||||
borderOpacity={0.05}
|
||||
borderOpacity={0}
|
||||
quietWebcamErrors
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user