Skip to content

Commit

Permalink
Orange button on disabled comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Nov 3, 2024
1 parent 2b99453 commit 2286b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FurAffinity/Submissions/SubmissionControlsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ struct ReplyButton: View {
Text("Comment posting has been disabled")
} label: {
AlignedLabel(value: repliesCount, systemImage: "exclamationmark.bubble", imageYOffset: -1)
.foregroundStyle(.orange)
}
.frame(height: buttonsSize-3)
}
Expand Down

0 comments on commit 2286b88

Please sign in to comment.