diff --git a/secant/UIComponents/CircularFrame/CircularFrame.swift b/secant/UIComponents/CircularFrame/CircularFrame.swift index bbfeb27..bfa7431 100644 --- a/secant/UIComponents/CircularFrame/CircularFrame.swift +++ b/secant/UIComponents/CircularFrame/CircularFrame.swift @@ -13,7 +13,7 @@ struct CircularFrame: View { var body: some View { GeometryReader { proxy in let lineWidth = proxy.size.width * 0.06 - + Circle() .stroke( LinearGradient( diff --git a/secant/UIComponents/DesignGuide.swift b/secant/UIComponents/DesignGuide.swift index 1d0b8a9..d82e1da 100644 --- a/secant/UIComponents/DesignGuide.swift +++ b/secant/UIComponents/DesignGuide.swift @@ -215,5 +215,3 @@ extension Button { ) } } - -