Merge pull request #4118 from tylershuster/moon-background

clock: add background to moon
This commit is contained in:
matildepark 2020-12-10 13:53:26 -05:00 committed by GitHub
commit 5992a2aa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>