Add border radius to GIF loading state (#3669)
parent
76aef2d064
commit
9ebfa9a015
|
@ -38,6 +38,7 @@ function PlaybackControls({
|
||||||
a.inset_0,
|
a.inset_0,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
a.h_full,
|
a.h_full,
|
||||||
|
a.rounded_sm,
|
||||||
{
|
{
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
backgroundColor: !isLoaded
|
backgroundColor: !isLoaded
|
||||||
|
|
Loading…
Reference in New Issue