mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
fix props with forwarded ref
This commit is contained in:
@@ -15,7 +15,7 @@ const Player = styled(ReactPlayer, {
|
||||
|
||||
// target both the lazy thumbnail preview *and* the actual YouTube embed
|
||||
"& .react-player__preview, & iframe": {
|
||||
borderRadius: theme.radii.rounded,
|
||||
borderRadius: theme.radii.corner,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user