diff --git a/Packages/Features/Sources/Recording/RecordingButtonStyle.swift b/Packages/Features/Sources/Recording/RecordingButtonStyle.swift index bd63662..06a969f 100644 --- a/Packages/Features/Sources/Recording/RecordingButtonStyle.swift +++ b/Packages/Features/Sources/Recording/RecordingButtonStyle.swift @@ -20,11 +20,11 @@ struct RecordingButtonStyle: ButtonStyle { /// The padding between the button's label and its background, scaled relative to the current dynamic type size. @ScaledMetric private var padding = Constant.Padding.button - /// Whether the color scheme of the button's label should be inverted from the environment's. - private let invertStyle: Bool - /// The width and height of the button's label, scaled relative to the current dynamic type size. @ScaledMetric private var size = Constant.Size.button + + /// Whether the color scheme of the button's label should be inverted from the environment's. + private let invertStyle: Bool // MARK: Initializers