Skip to content

Commit b8d6041

Browse files
committed
update picker button style
1 parent fd48336 commit b8d6041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iosApp/flare/UI/Screen/DeepLinkAccountPicker.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ struct DeepLinkAccountPicker: View {
1919
} label: {
2020
UserItemView(userKey: userKey)
2121
}
22+
.buttonStyle(.plain)
2223
}
2324
}
2425
Button {
@@ -30,8 +31,8 @@ struct DeepLinkAccountPicker: View {
3031
} icon: {
3132
Image(.faGlobe)
3233
}
33-
3434
}
35+
.buttonStyle(.plain)
3536
}
3637
.navigationTitle("deep_link_account_picker_title")
3738
.backport

0 commit comments

Comments
 (0)