Skip to content

Commit

Permalink
chore: minor UX tweak on oval dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Nov 28, 2023
1 parent ea75f06 commit 581f97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import SwiftUI

struct CameraPreviewView: View {
private static let previewWidthRatio = 0.65
private static let previewHeightRatio = 0.6
private static let previewWidthRatio = 0.6
private static let previewHeightRatio = 0.55
private static let previewXPositionRatio = 0.5
private static let previewYPositionRatio = 0.5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct GetReadyPageView: View {
VStack {
HStack(alignment: .top) {
Spacer()

CloseButton(
action: onCancel
)
Expand Down

0 comments on commit 581f97c

Please sign in to comment.