Skip to content

Commit

Permalink
Fixed search and reset button stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
markgab committed Jan 31, 2022
1 parent 6162425 commit 5f237dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webparts/swivelSearch/components/SearchInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ export default class SearchInterface extends React.Component<ISearchInterfacePro
</div>
<div className={styles.buttonRow}>

<PrimaryButton
primary={true}
<DefaultButton
primary={false}
data-automation-id="test"
text="Search"
onClick={this.btnSearch_click}
/>
<PrimaryButton
primary={true}
<DefaultButton
primary={false}
data-automation-id="test"
text="Reset"
onClick={this.btnReset_click}
Expand Down

0 comments on commit 5f237dd

Please sign in to comment.