Skip to content

Commit

Permalink
fix: false positive swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacs-m committed May 21, 2024
1 parent 3e14cb1 commit a6581f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/Scenes/Sharing/PublicLinkView/PublicLinkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 93,7 @@ private extension PublicLinkView {
VStack(spacing: DesignConstant.sectionPadding) {
HStack {
Text("Link expires after") Text(verbatim: ":")
// swiftlint:disable:next deprecated_foregroundcolor_modifier
.foregroundColor(PassColor.textNorm.toColor)

Spacer()
Expand Down

0 comments on commit a6581f7

Please sign in to comment.