Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Nov 1, 2024
1 parent c8fd9b8 commit c079120
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/NowPlaying.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit c079120

Please sign in to comment.