Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/3.0.x' into fix/10243-layout-of-warn-on-behalf
Browse files Browse the repository at this point in the history
  • Loading branch information
flxschmidt authored Dec 16, 2022
2 parents 918b5f1 + 808ad0e commit cbad938
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class ExposureSubmissionSuccessViewController: DynamicTableViewController, ENANa
title: AppStrings.ExposureSubmissionSuccess.listItemPCR1,
accessibilityIdentifier: AccessibilityIdentifiers.Home.ShownPositiveTestResultCell.PCR.secondBulletPoint,
icon: UIImage(named: "Icons - ContactJournal"),
iconTint: .enaColor(for: .riskHigh),
hairline: .none,
bottomSpacing: .medium
),
Expand All @@ -129,6 +130,7 @@ class ExposureSubmissionSuccessViewController: DynamicTableViewController, ENANa
title: AppStrings.ExposureSubmissionSuccess.listItemPCR3,
accessibilityIdentifier: AccessibilityIdentifiers.Home.ShownPositiveTestResultCell.PCR.fourthBulletPoint,
icon: UIImage(named: "Icons - Red Plus"),
iconTint: .enaColor(for: .riskHigh),
hairline: .none,
bottomSpacing: .medium
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ extension ExposureSubmissionTestResultFamilyMemberViewModel {
style: .body,
title: AppStrings.ExposureSubmissionPositiveTestResult.keysSubmittedPCRInfo3,
icon: UIImage(named: "Icons - Red Plus"),
iconTint: .enaColor(for: .riskHigh),
hairline: .none,
bottomSpacing: .medium
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ extension ExposureSubmissionTestResultViewModel {
style: .body,
title: AppStrings.ExposureSubmissionPositiveTestResult.keysSubmittedPCRInfo3,
icon: UIImage(named: "Icons - Red Plus"),
iconTint: .enaColor(for: .riskHigh),
hairline: .none,
bottomSpacing: .medium
)
Expand Down

0 comments on commit cbad938

Please sign in to comment.