캔내역 - 충전하기 버튼색 변경
This commit is contained in:
		| @@ -144,11 +144,11 @@ struct CanStatusView: View { | ||||
|                          | ||||
|                         Text("충전하기") | ||||
|                             .font(.custom(Font.bold.rawValue, size: 18.3)) | ||||
|                             .foregroundColor(Color.black) | ||||
|                             .foregroundColor(Color(hex: "1313bc")) | ||||
|                     } | ||||
|                     .padding(.vertical, 16) | ||||
|                     .frame(width: screenSize().width - 26.7) | ||||
|                     .background(Color(hex: "fdca2f")) | ||||
|                     .background(Color(hex: "80d8ff")) | ||||
|                     .cornerRadius(10) | ||||
|                     .padding(.vertical, 13.7) | ||||
|                     .frame(width: screenSize().width) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung