Skip to content

Commit

Permalink
Remove border around the graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux authored and schweikart committed Mar 28, 2024
1 parent 766cec1 commit 621689a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/solvers/Graph/GMLGraphView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ export const GMLGraphView = (props: { gml: string }) => {
style={{
width: "50vw",
height: "50vh",
border: "2px solid black",
borderRadius: "15px",
}}
>
<ReactFlow
Expand Down
2 changes: 0 additions & 2 deletions src/components/solvers/Graph/ProblemGraphView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ export const ProblemGraphView = (props: { graph: ProblemGraph | null }) => {
style={{
width: "50vw",
height: "50vh",
border: "2px solid black",
borderRadius: "15px",
}}
>
<ReactFlow
Expand Down

0 comments on commit 621689a

Please sign in to comment.