Skip to content

Commit

Permalink
design: 티켓수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkimjunjun committed Oct 13, 2024
1 parent 89f1175 commit 64ca297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/home/RecommendBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ const RecommendBoard = () => {
</div>
</div>
) : (
<div className={`relative w-full rounded-xl ${colorTicket[item.ticket.ticketColor] ? `bg-[${colorTicket[item.ticket.ticketColor]}]` : ''}`} style={{ objectFit: 'cover', aspectRatio: '304 / 349', display: 'flex', justifyContent: 'center', alignItems: 'center', overflow: 'hidden' }}>
<div className={`relative w-full p-[1.5rem] rounded-xl ${colorTicket[item.ticket.ticketColor] ? `bg-[${colorTicket[item.ticket.ticketColor]}]` : ''}`} style={{ objectFit: 'cover', aspectRatio: '304 / 349', display: 'flex', justifyContent: 'center', alignItems: 'center', overflow: 'hidden' }}>
<Image
className="rounded-xl w-full h-full p-[1.5rem]"
className="rounded-xl w-full h-full "
src={item.ticket.image?.accessUri}
alt="TICKET"
width={270}
Expand Down

0 comments on commit 64ca297

Please sign in to comment.