Feat: Working on pressure estimations feature
This commit is contained in:
@@ -14,7 +14,11 @@ public struct InfoButton: View {
|
||||
Button(action: action) {
|
||||
Label("Info", systemImage: "info.circle")
|
||||
}
|
||||
.buttonStyle(infoButtonStyle)
|
||||
.buttonStyle(.plain)
|
||||
.labelStyle(.iconOnly)
|
||||
.font(.title2)
|
||||
.foregroundStyle(Color.accentColor)
|
||||
// .buttonStyle(infoButtonStyle)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user