후원하기 팝업
- 충전하기 버튼 변경
This commit is contained in:
		| @@ -37,7 +37,7 @@ struct LiveRoomDonationDialogView: View { | |||||||
|             VStack(spacing: 0) { |             VStack(spacing: 0) { | ||||||
|                 Spacer() |                 Spacer() | ||||||
|                 VStack(spacing: 0) { |                 VStack(spacing: 0) { | ||||||
|                     HStack(spacing: 5.3) { |                     HStack(alignment: .center, spacing: 5.3) { | ||||||
|                         Image("ic_donation_white") |                         Image("ic_donation_white") | ||||||
|                             .resizable() |                             .resizable() | ||||||
|                             .frame(width: 26.7, height: 26.7) |                             .frame(width: 26.7, height: 26.7) | ||||||
| @@ -48,7 +48,7 @@ struct LiveRoomDonationDialogView: View { | |||||||
|                          |                          | ||||||
|                         Spacer() |                         Spacer() | ||||||
|                          |                          | ||||||
|                         HStack(spacing: 5.3) { |                         HStack(alignment: .center, spacing: 5.3) { | ||||||
|                             Image("ic_can") |                             Image("ic_can") | ||||||
|                                 .resizable() |                                 .resizable() | ||||||
|                                 .frame(width: 26.7, height: 26.7) |                                 .frame(width: 26.7, height: 26.7) | ||||||
| @@ -57,7 +57,17 @@ struct LiveRoomDonationDialogView: View { | |||||||
|                                 .font(.custom(Font.bold.rawValue, size: 18.3)) |                                 .font(.custom(Font.bold.rawValue, size: 18.3)) | ||||||
|                                 .foregroundColor(Color.grayee) |                                 .foregroundColor(Color.grayee) | ||||||
|                              |                              | ||||||
|                             Image("ic_forward") |                             Text("충전") | ||||||
|  |                                 .font(.custom(Font.medium.rawValue, size: 13.3)) | ||||||
|  |                                 .foregroundColor(Color.main) | ||||||
|  |                                 .padding(.horizontal, 13.3) | ||||||
|  |                                 .padding(.vertical, 8) | ||||||
|  |                                 .background(Color.bg) | ||||||
|  |                                 .cornerRadius(6.7) | ||||||
|  |                                 .overlay( | ||||||
|  |                                     RoundedRectangle(cornerRadius: 6.7) | ||||||
|  |                                         .stroke(Color.button, lineWidth: 1) | ||||||
|  |                                 ) | ||||||
|                         } |                         } | ||||||
|                         .onTapGesture { |                         .onTapGesture { | ||||||
|                             AppState.shared.setAppStep(step: .canCharge(refresh: {}, afterCompletionToGoBack: true)) |                             AppState.shared.setAppStep(step: .canCharge(refresh: {}, afterCompletionToGoBack: true)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung