mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Refactor button style
This commit is contained in:
parent
ec054cde2b
commit
4f3c78890b
1 changed files with 3 additions and 3 deletions
|
|
@ -111,12 +111,12 @@ extension HowToActivateView: View {
|
|||
}
|
||||
if self.isSheet {
|
||||
Spacer()
|
||||
Button {
|
||||
Button("Dismiss") {
|
||||
self.dismiss()
|
||||
} label: {
|
||||
Text("Dismiss").padding()
|
||||
}
|
||||
.buttonStyle(.borderedProminent)
|
||||
.controlSize(.large)
|
||||
.hoverEffect()
|
||||
}
|
||||
}
|
||||
.padding()
|
||||
|
|
|
|||
Loading…
Reference in a new issue