@@ -97,6 +142,25 @@ export default class App extends Component {
/>
+
this.setState({ isAddLibraryModalOpen: false })}
+ >
+
+
+
diff --git a/webmaker/src/index.js b/webmaker/src/index.js
index 957d9c7..238858d 100644
--- a/webmaker/src/index.js
+++ b/webmaker/src/index.js
@@ -1,4 +1,4 @@
-import './style';
+// import './style';
import App from './components/app.jsx';
export default App;
diff --git a/webmaker/src/style.css b/webmaker/src/style.css
index 46b7299..3f9a43a 100644
--- a/webmaker/src/style.css
+++ b/webmaker/src/style.css
@@ -582,6 +582,7 @@ body > #demo-frame {
justify-content: center;
z-index: 2000;
visibility: hidden;
+ background-color: rgba(102, 51, 153, 0.7);
}
.modal__close-btn {
position: absolute;