Skip to content

Commit

Permalink
minor visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizdiasmatt committed Nov 21, 2023
1 parent b3009e3 commit ac63c9c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ export default class SortingVisualizer extends React.Component {


<div className="array-container">
<button onClick={() => this.resetArray()}>Generate New Array</button>
<button onClick={() => this.mergeSort()}>Merge Sort</button>
<button style={{ width: '110px', height: '35px', fontSize: '19px' }} onClick={() => this.resetArray()}>New Array</button>
&nbsp;&nbsp;&nbsp;
<button style={{ width: '60px', height: '35px', fontSize: '19px' }} onClick={() => this.mergeSort()}>Start</button>
<br></br><br></br><br></br>
{array.map((value, idx) => (
<div
Expand Down

0 comments on commit ac63c9c

Please sign in to comment.