diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index c0d231f92ea73e00d592d9d1ed93501ebe4da1d7..3d079883e9a1c09e26af057f31abe2b0dc2f18b7 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -418,7 +418,6 @@ class UIRoot extends Component { return !this.state.exited ? ( <div className={dialogClassNames}> - Base UI Here { this.state.entryStep !== ENTRY_STEPS.finished && ( diff --git a/src/room.scss b/src/room.scss index 624549b00c9d43b80b5a15470807e0a3108be8e6..5ff47a719ddd7ed8441532d86593657694c25250 100644 --- a/src/room.scss +++ b/src/room.scss @@ -1,4 +1,5 @@ $dark-transparent: rgba(0, 0, 0, 0.5); +$darker-transparent: rgba(0, 0, 0, 0.7); .a-enter-vr { display: none; @@ -33,9 +34,10 @@ $dark-transparent: rgba(0, 0, 0, 0.5); .ui-dialog-box { grid-column: 3; grid-row : 3; - background-color: black; + background-color: $darker-transparent; border-radius: 4px; pointer-events: auto; + padding: 10px; } .loading-panel {