Skip to content

Commit b9d755e

Browse files
committed
Update POSButtonVariant to fileprivate now that it is an implementation detail.
1 parent 678fc34 commit b9d755e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WooCommerce/Classes/POS/Presentation/Reusable Views/Buttons/POSButtonStyle.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import SwiftUI
22

3-
/// The visual variant of the POS button.
4-
enum POSButtonVariant {
5-
case filled
6-
case outlined
7-
}
8-
93
/// The size variant of the POS button.
104
enum POSButtonSize {
115
case normal
@@ -40,6 +34,12 @@ struct POSOutlinedButtonStyle: ButtonStyle {
4034
}
4135
}
4236

37+
/// The visual variant of the POS button.
38+
fileprivate enum POSButtonVariant {
39+
case filled
40+
case outlined
41+
}
42+
4343
private struct POSButton: View {
4444
@Environment(\.isEnabled) var isEnabled
4545

0 commit comments

Comments
 (0)