Skip to content

Commit

Permalink
Code fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasudev committed Mar 13, 2022
1 parent c2405c6 commit 1531f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,12 @@ fileprivate
struct BeadPreview: View {

@State private var selection: Int = 0
@State private var constant = ATConstant(axisMode: .bottom, screen: .init(activeSafeArea: true), tab: .init())
@State private var constant = ATConstant(axisMode: .bottom, screen: .init(activeSafeArea: false), tab: .init(normalSize: CGSize(width: 50, height: 80)))
@State private var cornerRadius: CGFloat = 26
@State private var radius: CGFloat = 30
@State private var depth: CGFloat = 0.8
@State private var color: Color = .white
@State private var marbleColor: Color = .white
@State private var marbleColor: Color = .accentColor

var body: some View {
GeometryReader { proxy in
Expand Down

0 comments on commit 1531f40

Please sign in to comment.