diff --git a/src/components/NowPlaying.tsx b/src/components/NowPlaying.tsx index b0a2887..60d4154 100644 --- a/src/components/NowPlaying.tsx +++ b/src/components/NowPlaying.tsx @@ -135,19 +135,6 @@ class NowPlaying extends React.Component<{}, {audioFeatures: AudioFeaturesRespon }); } - // modalStyles = { - // overlay: { - // backgroundColor: "rgba(0, 0, 0, 0.70)", - // }, - // content: { - // position: 'relative', - // top: '60px', - // left: '27.5%', - // width: "550px", - // height: "610px", - // }, - // } - modalStyles = { overlay: { backgroundColor: "rgba(0, 0, 0, 0.70)",