Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 20, 2024
1 parent ec06fd8 commit d9f5487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/Views/Shared/Composer/PostComposerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct PostComposerView: View {
HStack(spacing: AppConstants.postAndCommentSpacing) {
Image(systemName: Icons.websiteAddress)
.foregroundStyle(.blue)
.padding(.leading, 5)
Text(attachmentModel.url)
.foregroundStyle(.secondary)
.lineLimit(1)
Expand Down

0 comments on commit d9f5487

Please sign in to comment.