Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sahas-01 committed Sep 20, 2023
1 parent bc9d814 commit 6e005f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Post/PostCommentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export default styled(PostCommentForm)`
justify-content: flex-end;
}
.emoji-button: hover {
.emoji-button:hover {
background-color: #fbdbec;
}
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
xs: '320px'
},
borderRadius: {
xxl: '0.875rem'
'xxl': '0.875rem'
}
}
},
Expand Down

0 comments on commit 6e005f8

Please sign in to comment.