Skip to content

Commit

Permalink
Merge pull request #218 from depromeet/feature/QA-jiyoung-fix
Browse files Browse the repository at this point in the history
jungjjeong | feat: button ๋”ฐ๋ผ์˜ค์ง€ ์•Š๋Š” ์ด์Šˆ ์ˆ˜์ •
  • Loading branch information
Jungjjeong authored Jan 29, 2024
2 parents 9207b73 + 10f333c commit 622746d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/comment/comment-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export const CommentFormPage = () => {

return (
<DefaultLayout
className="overflow-hidden"
// ๋ฒ„ํŠผ ๋”ฐ๋ผ์˜ค์ง€ ์•Š๋Š” ์ด์Šˆ ์ˆ˜์ •
// className="overflow-x-hidden"
appbar={
!openCrop && (
<BlurredAppbar
Expand Down Expand Up @@ -130,7 +131,7 @@ export const CommentFormPage = () => {
)}
</div>

<ButtonProvider isFull={true}>
<ButtonProvider isFull={true} className="!bg-transparent">
<ButtonProvider.Primary
disabled={!required}
onClick={() => saveForm()}
Expand Down

0 comments on commit 622746d

Please sign in to comment.