mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-10 16:22:59 +01:00
Minor cleanup here and there (#690)
This commit is contained in:
parent
d220949514
commit
35d9caabbe
@ -136,11 +136,6 @@ struct MastodonRegisterView: View {
|
||||
.padding()
|
||||
.background(borderColor)
|
||||
.cornerRadius(10)
|
||||
// .overlay(
|
||||
// RoundedRectangle(cornerRadius: 10)
|
||||
// .stroke(borderColor, lineWidth: 1)
|
||||
// .animation(.easeInOut, value: validateState)
|
||||
// )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,6 @@ extension ServerRulesTableViewCell {
|
||||
|
||||
private func _init() {
|
||||
selectionStyle = .none
|
||||
// backgroundColor = .systemBackground
|
||||
|
||||
indexImageView.translatesAutoresizingMaskIntoConstraints = false
|
||||
contentView.addSubview(indexImageView)
|
||||
|
Loading…
Reference in New Issue
Block a user