Skip to content

Commit

Permalink
Feature/#30
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsoyeon committed Jun 10, 2021
1 parent fcb9443 commit f8354db
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 457 deletions.
2 changes: 1 addition & 1 deletion Coinone-iOS/Coinone-iOS/Source/Cells/StockTVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ extension StockTVC {

transPriceLabel.snp.makeConstraints { make in
make.top.equalTo(backView.snp.top).inset(22)
make.leading.equalTo(backView.snp.leading).inset(279)
make.leading.equalTo(backView.snp.leading).inset(299)
make.height.equalTo(17)
}
}
Expand Down
Loading

0 comments on commit f8354db

Please sign in to comment.