Skip to content

Commit

Permalink
Adjustment of ErrorMessageView
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkert committed Aug 5, 2024
1 parent 37ee5ea commit 77321a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions LoopFollow/Remote/RemoteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct RemoteView: View {
)
} else if !nsWriteAuth.value {
ErrorMessageView(
message: "Please enter a valid token with appropriate permissions."
message: "Please enter a valid token with appropriate permissions in the settings."
)
} else {
Form {
Expand Down Expand Up @@ -205,11 +205,5 @@ struct ErrorMessageView: View {
}
}
.padding()
.background(
RoundedRectangle(cornerRadius: 10)
.fill(Color(.systemBackground))
.shadow(color: .gray, radius: 5, x: 0, y: 2)
)
.padding()
}
}

0 comments on commit 77321a5

Please sign in to comment.