Skip to content

Commit

Permalink
button tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 26, 2024
1 parent 2b81b8d commit 5a58bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-policy-topology",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"main": "src/main.js",
"module": "src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/PolicyTopology.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const PolicyTopology = ({ initialDotString }) => {
return (
<div>
<div className="policy-topology-container" ref={containerRef} />
<Button variant="secondary" onClick={resetGraph} style={{ marginTop: '10px' }}>
<Button variant="primary" onClick={resetGraph} style={{ marginTop: '10px' }}>
Reset Graph
</Button>
</div>
Expand Down

0 comments on commit 5a58bb2

Please sign in to comment.