mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
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:
parent
4275f7fc94
commit
f4a06589c0
@ -199,7 +199,7 @@ class Clock extends Component {
|
||||
ctr,
|
||||
-1,
|
||||
2 * Math.PI,
|
||||
'rgba(0,0,0,0)'
|
||||
background
|
||||
)
|
||||
|
||||
// Day
|
||||
|
Loading…
Reference in New Issue
Block a user