Skip to content

Commit

Permalink
♻️ self 실수로 지운거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsh153 committed Apr 19, 2023
1 parent b88f1fa commit 7cda1fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import UIKit
public final class DotoriToggle: UISwitch {
public init() {
super.init(frame: .zero)
onTintColor = .dotori(.primary(.p10))
self.onTintColor = .dotori(.primary(.p10))
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 7cda1fa

Please sign in to comment.