Skip to content

Commit

Permalink
IOS-3934 lowered the priority of the scan log text view
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Jul 24, 2023
1 parent 1f39966 commit 6a53dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/TangemSdkExample/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct ContentView: View {
.overlay(RoundedRectangle(cornerRadius: 8)
.stroke(Color.orange, lineWidth: 2)
.padding(.horizontal, 8))
.layoutPriority(-1)

VStack(spacing: 4) {
HStack {
Expand Down

0 comments on commit 6a53dce

Please sign in to comment.