less rounded corners on UI
This commit is contained in:
@@ -307,7 +307,7 @@ struct ContentView: View {
|
||||
}
|
||||
}
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 25, style: .continuous))
|
||||
.cornerRadius(10, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight])
|
||||
.padding()
|
||||
}
|
||||
|
||||
@@ -331,7 +331,7 @@ struct ContentView: View {
|
||||
.background(
|
||||
Color(theme.secondaryBGColor)
|
||||
)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 25, style: .continuous))
|
||||
.cornerRadius(10, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight])
|
||||
.padding()
|
||||
.padding([.top, .bottom], 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user