Skip to content

Commit

Permalink
set iframe bg to #fff
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldin committed Jan 1, 2024
1 parent 4a11475 commit 205c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function App() {
</div>
<div
className="d-flex justify-content-center align-items-center"
style={{ background: "#000", padding: "1rem" }}
style={{ background: "#fff", padding: "1rem" }}
>
<iframe
src={cameraUrl}
Expand Down

0 comments on commit 205c3e3

Please sign in to comment.