File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
WooCommerce/Classes/POS/Presentation/Settings Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ struct PointOfSaleSettingsHardwareDetailView: View {
3939
4040 List ( HardwareDestination . allCases) { destination in
4141 NavigationLink ( value: NavigationDestination . hardware ( destination) ) {
42- DynamicHStack ( horizontalAlignment : . leading , spacing: POSSpacing . medium) {
42+ HStack ( spacing: POSSpacing . medium) {
4343 Image ( systemName: destination. icon)
4444 . font ( . posBodyLargeRegular( ) )
4545 . accessibilityHidden ( true )
@@ -125,7 +125,7 @@ struct PointOfSaleSettingsHardwareDetailView: View {
125125 Button {
126126 showCardReaderDocumentationModal = true
127127 } label: {
128- DynamicHStack ( horizontalAlignment : . leading , spacing: POSSpacing . medium) {
128+ HStack ( spacing: POSSpacing . medium) {
129129 Image ( systemName: " doc.text " )
130130 . font ( . posBodyLargeRegular( ) )
131131 . accessibilityHidden ( true )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ struct PointOfSaleSettingsHelpDetailView: View {
2020 Button {
2121 showProductRestrictions = true
2222 } label: {
23- DynamicHStack ( horizontalAlignment : . leading , spacing: POSSpacing . medium) {
23+ HStack ( spacing: POSSpacing . medium) {
2424 Image ( systemName: " magnifyingglass " )
2525 . font ( . posBodyLargeRegular( ) )
2626 . accessibilityHidden ( true )
@@ -44,7 +44,7 @@ struct PointOfSaleSettingsHelpDetailView: View {
4444 Button {
4545 showDocumentation = true
4646 } label: {
47- DynamicHStack ( horizontalAlignment : . leading , spacing: POSSpacing . medium) {
47+ HStack ( spacing: POSSpacing . medium) {
4848 Image ( systemName: " doc.text " )
4949 . font ( . posBodyLargeRegular( ) )
5050 . accessibilityHidden ( true )
@@ -68,7 +68,7 @@ struct PointOfSaleSettingsHelpDetailView: View {
6868 Button {
6969 showSupport = true
7070 } label: {
71- DynamicHStack ( horizontalAlignment : . leading , spacing: POSSpacing . medium) {
71+ HStack ( spacing: POSSpacing . medium) {
7272 Image ( systemName: " questionmark " )
7373 . font ( . posBodyLargeRegular( ) )
7474 . accessibilityHidden ( true )
You can’t perform that action at this time.
0 commit comments