Skip to content

Commit

Permalink
Merge pull request #140 from Gosrock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
9yujin authored Feb 14, 2022
2 parents f959965 + f405437 commit 38dacbf
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 38dacbf

Please sign in to comment.