Closed wusb closed 7 years ago
when I set style={{color: '#ddd'}} it can't work <Iframe url={day.desc_url} width="100%" height="600px" style={{color: '#ddd'}} position="relative" allowFullScreen/>
style={{color: '#ddd'}}
<Iframe url={day.desc_url} width="100%" height="600px" style={{color: '#ddd'}} position="relative" allowFullScreen/>
It's styles and not style, but I'll make a release shortly that adds an alias for styleas well
Oh,I made such a low mistake. Thanks!
when I set
style={{color: '#ddd'}}
it can't work<Iframe url={day.desc_url} width="100%" height="600px" style={{color: '#ddd'}} position="relative" allowFullScreen/>