-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
[Describe the bug]
A clear and concise description of what the bug is.
버튼의 색깔을 바꾸려 시도했으나, 버튼의 색깔이 아닌 뒷배경이 바뀐 상황
[Screenshots]
If applicable, add screenshots to help explain your problem.


func changeButtonColor (color: UIColor?) {
anyButton.backgroundColor = color
} 함수를 ButtonTappedView 에 추가한 후,
loginButton.backgroundColor = UIColor(named: "theme01PointColor01")
loginButton.isEnabled = true 위의 코드를
func changeButtonColor (color: UIColor?) {
anyButton.backgroundColor = color
} 위로 바꾸어 해결.
[Branch]
feat/publicpage
[Task]
Metadata
Metadata
Assignees
Labels
No labels