Skip to content

Commit 4c5aca7

Browse files
committed
change avater radius and re-arrange search button
1 parent 4fb51c8 commit 4c5aca7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
width: 150px;
3131
display: block;
3232
margin: auto;
33+
border-radius: 90px;
3334
}

src/Components/SearchBar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ export default class SearchBar extends Component {
5151
<div>
5252
<Input label="Type any Github Username" onChange={this.handleChange} group type="text" />
5353
{/* <Input label="Type your password" icon="lock" group type="password" /> */}
54+
<Button color="danger" onClick={this.handleSubmit} >{this.state.searchButton} <Fa icon="search" /></Button>
55+
5456
<Avatar
5557
data={this.state.userData}
5658
/>
57-
<Button color="danger" onClick={this.handleSubmit} >{this.state.searchButton} <Fa icon="search" /></Button>
5859
<PanelBoard
5960
data={this.state.reposData}
6061
/>

0 commit comments

Comments
 (0)