Skip to content

Commit

Permalink
Merge pull request #139 from Gosrock/9yujin
Browse files Browse the repository at this point in the history
fix(list): 티켓 버튼 색깔 오류 수정
  • Loading branch information
9yujin authored Feb 14, 2022
2 parents 5b2a012 + 556d6c8 commit f405437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Components/TicketList/TicketList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const TicketList = ({ onClickQR, ...props }) => {
}}
>
<Car />
<div style={{ fontWeight: '700', marginLeft: '13px', Color: '#000' }}>
<div style={{ fontWeight: '700', marginLeft: '13px', color: '#000' }}>
오시는 길
</div>
</div>
Expand Down

0 comments on commit f405437

Please sign in to comment.