댓글 입력창
- 우측에 불필요한 빈칸 제거
This commit is contained in:
		| @@ -86,8 +86,8 @@ struct AudioContentCommentListView: View { | |||||||
|                                 .autocapitalization(.none) |                                 .autocapitalization(.none) | ||||||
|                                 .disableAutocorrection(true) |                                 .disableAutocorrection(true) | ||||||
|                                 .font(.custom(Font.medium.rawValue, size: 13.3)) |                                 .font(.custom(Font.medium.rawValue, size: 13.3)) | ||||||
|                                 .foregroundColor(Color(hex: "eeeeee")) |                                 .foregroundColor(Color.grayee) | ||||||
|                                 .accentColor(Color(hex: "3bb9f1")) |                                 .accentColor(Color.button) | ||||||
|                                 .keyboardType(.default) |                                 .keyboardType(.default) | ||||||
|                                 .padding(.horizontal, 13.3) |                                 .padding(.horizontal, 13.3) | ||||||
|                              |                              | ||||||
| @@ -102,20 +102,18 @@ struct AudioContentCommentListView: View { | |||||||
|                                     viewModel.registerComment() |                                     viewModel.registerComment() | ||||||
|                                 } |                                 } | ||||||
|                         } |                         } | ||||||
|                         .background(Color(hex: "232323")) |                         .background(Color.gray23) | ||||||
|                         .cornerRadius(10) |                         .cornerRadius(10) | ||||||
|                         .overlay( |                         .overlay( | ||||||
|                             RoundedRectangle(cornerRadius: 10) |                             RoundedRectangle(cornerRadius: 10) | ||||||
|                                 .strokeBorder(lineWidth: 1) |                                 .strokeBorder(lineWidth: 1) | ||||||
|                                 .foregroundColor(Color(hex: "3bb9f1")) |                                 .foregroundColor(Color.button) | ||||||
|                         ) |                         ) | ||||||
|                          |  | ||||||
|                         Spacer() |  | ||||||
|                     } |                     } | ||||||
|                     .padding(.horizontal, 13.3) |                     .padding(.horizontal, 13.3) | ||||||
|                      |                      | ||||||
|                     Rectangle() |                     Rectangle() | ||||||
|                         .foregroundColor(Color(hex: "595959")) |                         .foregroundColor(Color.gray59) | ||||||
|                         .frame(height: 0.5) |                         .frame(height: 0.5) | ||||||
|                         .padding(.top, 12) |                         .padding(.top, 12) | ||||||
|                         .padding(.bottom, 13.3) |                         .padding(.bottom, 13.3) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung