clock: prevent canvas draw smears

Trying to use a transparent background revealed constant
redraws each second -- this commit returns a color
declaration to the background, changing with the media query.
This commit is contained in:
Matilde Park 2020-03-09 20:52:53 -04:00
parent 4275f7fc94
commit f4a06589c0

View File

@ -199,7 +199,7 @@ class Clock extends Component {
ctr,
-1,
2 * Math.PI,
'rgba(0,0,0,0)'
background
)
// Day