Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bayanseder committed Jul 23, 2020
1 parent b9f9481 commit 20b4986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/src/Components/Layouts/ProfileArtist/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const useStyles = makeStyles((theme) => ({
bottom:10,
zIndex:1,
},
addArtBtn: {
textDecoration: 'none',
color: 'white',
},

}))

Expand Down
2 changes: 1 addition & 1 deletion client/src/Components/Layouts/addArt/addArt.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const AddArt = () => {
<div className={classes.root}>
<SecondHeader pageName='إضافة قطعة فنية' HideIcon='true' />
<UploadedImage getImageUrl={getUrl} className={classes.inputsContaner} />
<form className={classes.inputsContaner}>
<form className={classes.inputsContaner} onSubmit={handleClick} >
<TextField
onChange={handleNameChange}
className={classes.singleInput}
Expand Down

0 comments on commit 20b4986

Please sign in to comment.