Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/certification-page/shooting-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function ShootingPage() {
</div>
</div>

<button type='button' className='font-pretendard font-bold text-lg text-white rounded-4xl bg-main-green1 py-3.5 w-full text-center mt-auto' onClick={handleClickShoot}>
<button type='button' className='font-pretendard font-bold text-lg text-white rounded-4xl bg-main-green1 py-3.5 w-full text-center mt-auto mb-5' onClick={handleClickShoot}>
촬영하기
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/disposal-info-page/image-search-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function ImageSearchPage() {

<input type='file' accept='image/*' className='hidden' ref={fileInputRef} onChange={handleSelectImage} />

<div className='w-full flex flex-col gap-2.5 mt-auto'>
<div className='w-full flex flex-col gap-2.5 mt-auto mb-5'>
<button type='button' className='font-pretendard font-bold text-lg text-main-green2 rounded-4xl bg-white border border-[#C8F5DA] py-4 w-full flex items-center justify-center' onClick={handleGallaryClick}>
갤러리에서 불러오기
</button>
Expand Down
Loading