mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-29 01:39:16 +01:00
Minor changes
This commit is contained in:
parent
f5d7709fde
commit
af07e2ce95
@ -241,7 +241,7 @@ struct PostingView: View {
|
||||
|
||||
Spacer()
|
||||
|
||||
HStack(spacing: 3.5) {
|
||||
HStack(spacing: 5) {
|
||||
Button {
|
||||
withAnimation(.spring) {
|
||||
self.pollOptions.append("")
|
||||
@ -485,7 +485,7 @@ struct PostingView: View {
|
||||
actionButton("photo.badge.plus") {
|
||||
selectingPhotos.toggle()
|
||||
}
|
||||
.transition(.opacity.combined(with: .move(edge: .bottom)))
|
||||
.transition(.opacity.combined(with: .move(edge: .leading)))
|
||||
.photosPicker(isPresented: $selectingPhotos, selection: $selectedPhotos, maxSelectionCount: 4, matching: .any(of: [.images, .videos]), photoLibrary: .shared())
|
||||
.onChange(of: selectedPhotos) { oldValue, _ in
|
||||
if selectedPhotos.count > 4 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user