mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
removed the background color from rays
This commit is contained in:
parent
45445549f1
commit
7fd364d0b1
@ -28,7 +28,7 @@ const BackgroundRays = () => {
|
||||
return () => observer.disconnect();
|
||||
}, []);
|
||||
return (
|
||||
<div className={`${styles.rayContainer} bg-bolt-elements-background-depth-1`}>
|
||||
<div className={`${styles.rayContainer} `}>
|
||||
<div className={`${styles.lightRay} ${styles.ray1}`}></div>
|
||||
<div className={`${styles.lightRay} ${styles.ray2}`}></div>
|
||||
<div className={`${styles.lightRay} ${styles.ray3}`}></div>
|
||||
|
Loading…
Reference in New Issue
Block a user