-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlike functionality #113
base: staging
Are you sure you want to change the base?
Unlike functionality #113
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/bitproject/bit-next/4irxi86d1 |
@@ -73,10 +74,10 @@ border-radius: 22px; | |||
const StyledEmoji2 = styled.div` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make heart emoji white not grey
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is white not grey Bryan
@@ -85,7 +78,7 @@ border-color: ${props => props.isPublished ? !props.bookmarked ?'#4EC700 !imp | |||
|
|||
|
|||
/* article state: draft, review, pubished, complete*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay will check this out! I am not seeing this spacing in my laptop actually
@@ -73,10 +74,10 @@ border-radius: 22px; | |||
const StyledEmoji2 = styled.div` | |||
background: red; | |||
border-radius: 22px; | |||
padding: 0.2em 0.4em 0.2em 0.4em; | |||
padding: 0.5em; | |||
margin :0.5em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The emoji should have a hover click effect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should there be a change i color on hover ?
What did you implement/accomplish in this pull request?
Give a short summary of what you completed in the pull request.
Backend Checklist
flask test
Frontend Checklist
npm run build
does not create any errors