Skip to content

Commit

Permalink
Fix add button
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Mar 19, 2024
1 parent f95b2c2 commit d758d97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PICS/Onboarding/Medication/ImageCanvas.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct ImageCanvas: View {
var body: some View {
ImageSource(image: $image)
.clipShape(RoundedRectangle(cornerRadius: 8))
.accessibilityLabel(Text("Medication Plan"))
.padding()
.onChange(of: image) {
guard let image else {
Expand Down

0 comments on commit d758d97

Please sign in to comment.