Skip to content

Commit

Permalink
button updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 4, 2022
1 parent 251b6cb commit b71e838
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/pages/ReviewPage/ReviewPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ section.t-bq-section {
font-size: 1rem;
color: cornflowerblue;
}
.review__popper{
background: #094c83;
background: linear-gradient(0deg,#094c83,#21b8cb);
margin-left: 10rem;
border-radius: 20px;
color:#ffff ;
border-color: null;
display: flex;
padding: 1rem 2rem 1rem 2rem;

}
.t-bq-wrapper.t-bq-wrapper-boxed {
max-width: 576px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReviewPage/ReviewPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ useEffect(()=>{
<ReviewDialog open={open} handleClose={handleClose} />
<div className='review__container'>
{
(localStorage.getItem('refresh_token'))?((<button className="nav_item" onClick={handleClickOpen} >
(localStorage.getItem('refresh_token'))?((<button className="review__popper" onClick={handleClickOpen} >
Review
</button> )):(( null))
}
Expand Down

0 comments on commit b71e838

Please sign in to comment.