fix: sheet(item:) binding, Color hex quotes, /bin/bash typo
This commit is contained in:
@@ -244,7 +244,7 @@ struct SavingsCategoriesTab: View {
|
||||
EditSavingsCategoryView(isPresented: .constant(true), category: cat) { await load(refresh: true) }
|
||||
.presentationDetents([.large])
|
||||
.presentationDragIndicator(.visible)
|
||||
.presentationBackground(Color(hex: 0a0a1a))
|
||||
.presentationBackground(Color(hex: "0a0a1a"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user