Skip to content

Commit

Permalink
Merge pull request #158 from simplitrac/edit-updated-hamburger
Browse files Browse the repository at this point in the history
added back tour on edit, and spaced buttons
  • Loading branch information
EdDiazGRS authored Sep 12, 2024
2 parents d80d377 + e9f32aa commit da18137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ button:hover, .custom-button:hover {
}

.edit-right-button {
display: flex;
margin-left: auto;
gap: 16px
}

/* space between columns/rows in table */
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/EditTransactionsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const EditTransactionsPage = () => {
</div>
<div className="edit-right-button">
<Button type="submit" className="custom-button" style={{backgroundColor: '#415a77',width:"130px", padding: "12px 20px"}} data-tour="save-changes">Save Changes</Button>
{/* <Button type="button" className="custom-button" style={{backgroundColor: '#415a77',width:"130px", padding: "12px 20px"}} onClick={startTour}>Start Tour</Button> */}
<Button type="button" className="custom-button" style={{backgroundColor: '#415a77',width:"130px", padding: "12px 20px"}} onClick={startTour}>Start Tour</Button>
</div>
</div>
<h1 style={{textAlign: 'center', margin: '0px 0 30px 0'}}><b>Edit Transactions</b></h1>
Expand Down

0 comments on commit da18137

Please sign in to comment.