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"
|
colorMode="redscale"
|
||||||
backgroundColor={PRIMARY_HERO_BG}
|
backgroundColor={PRIMARY_HERO_BG}
|
||||||
mirror
|
mirror
|
||||||
gapRatio={0.12}
|
gapRatio={0}
|
||||||
darken={0.08}
|
darken={0.08}
|
||||||
borderColor="#ffffff"
|
borderColor="#ffffff"
|
||||||
borderOpacity={0.05}
|
borderOpacity={0}
|
||||||
quietWebcamErrors
|
quietWebcamErrors
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user