clock: add background to moon

This commit is contained in:
Tyler Brown Cifu Shuster 2020-12-10 10:28:15 -08:00
parent 8c313eba67
commit 8178e30732

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>