From 1531f40735ec6057ab7b7bd2f1595537f449b502 Mon Sep 17 00:00:00 2001 From: jasu Date: Sun, 13 Mar 2022 22:23:46 +0900 Subject: [PATCH] Code fix. --- Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift b/Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift index b0b6ee0..345d583 100644 --- a/Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift +++ b/Sources/FabulaItemsProvider/Items/P233_AxisTabView.swift @@ -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