콘텐츠 후원 배경색 - 기존 캔 수 / 10 으로 조정
This commit is contained in:
		| @@ -63,12 +63,12 @@ struct AudioContentCommentItemView: View { | ||||
|                     .padding(.horizontal, 6.7) | ||||
|                     .padding(.vertical, 2.7) | ||||
|                     .background( | ||||
|                         commentItem.donationCan >= 100000 ? Color(hex: "973a3a") : | ||||
|                             commentItem.donationCan >= 50000 ? Color(hex: "d85e37") : | ||||
|                             commentItem.donationCan >= 10000 ? Color(hex: "d38c38") : | ||||
|                             commentItem.donationCan >= 5000 ? Color(hex: "59548f") : | ||||
|                             commentItem.donationCan >= 1000 ? Color(hex: "4d6aa4") : | ||||
|                             commentItem.donationCan >= 500 ? Color(hex: "2d7390") : | ||||
|                         commentItem.donationCan >= 10000 ? Color(hex: "973a3a") : | ||||
|                             commentItem.donationCan >= 5000 ? Color(hex: "d85e37") : | ||||
|                             commentItem.donationCan >= 1000 ? Color(hex: "d38c38") : | ||||
|                             commentItem.donationCan >= 500 ? Color(hex: "59548f") : | ||||
|                             commentItem.donationCan >= 100 ? Color(hex: "4d6aa4") : | ||||
|                             commentItem.donationCan >= 50 ? Color(hex: "2d7390") : | ||||
|                             Color(hex: "548f7d") | ||||
|                     ) | ||||
|                     .cornerRadius(10.7) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung