mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
Merge pull request #4118 from tylershuster/moon-background
clock: add background to moon
This commit is contained in:
commit
5992a2aa00
@ -76,7 +76,7 @@ const Moon = ({ angle, ...props }) => {
|
||||
id="moonbg"
|
||||
cx={CX + (RADIUS - 12) * Math.cos(degToRad(angle))}
|
||||
cy={CY + (RADIUS - 12) * Math.sin(degToRad(angle))}
|
||||
fill="rgba(255,255,255,0.6)"
|
||||
fill="#ADA09D"
|
||||
r={CELESTIAL_BODY_SIZE / 2}
|
||||
{...props}
|
||||
></circle>
|
||||
|
Loading…
Reference in New Issue
Block a user