parent
745f72db87
commit
33ea2413f5
|
@ -53,10 +53,11 @@ struct SearchView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 21.3)
|
|
||||||
.frame(height: 50)
|
.frame(height: 50)
|
||||||
|
.padding(.horizontal, 21.3)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
.background(Color.gray22)
|
.background(Color.gray22)
|
||||||
|
.clipShape(RoundedRectangle(cornerRadius: 6.7))
|
||||||
.overlay(
|
.overlay(
|
||||||
RoundedRectangle(cornerRadius: 6.7)
|
RoundedRectangle(cornerRadius: 6.7)
|
||||||
.strokeBorder(lineWidth: 1)
|
.strokeBorder(lineWidth: 1)
|
||||||
|
|
Loading…
Reference in New Issue