Skip to content

Commit

Permalink
fix: 임시 네이티브 버튼 일부 스타일 처리
Browse files Browse the repository at this point in the history
fix: 임시 네이티브 버튼 일부 스타일 처리
  • Loading branch information
klmhyeonwoo authored Jan 29, 2024
2 parents 8fcb6c1 + c655e74 commit ee07588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/post/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const Post = () => {
currentLength={text.length}
/>
)}
<ButtonProvider isFull={true}>
<ButtonProvider isFull={true} className="!bg-transparent">
<ButtonProvider.Primary
disabled={!(image.length > 0)}
onClick={createPost}
Expand Down

0 comments on commit ee07588

Please sign in to comment.