Skip to content

Commit 6ed7746

Browse files
committed
Cleanup ConsoleToolbarView
1 parent 5e577f8 commit 6ed7746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/PulseUI/Features/Console/ConsoleView-watchos.swift

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ private struct ConsoleToolbarView: View {
6565
}
6666
.background(viewModel.isDefaultFilters(for: environment.mode) ? nil : Rectangle().foregroundColor(.blue).cornerRadius(8))
6767
}
68-
.font(.title3)
69-
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0))
70-
.listRowBackground(Color.clear)
71-
.buttonStyle(.bordered)
72-
.buttonBorderShape(.roundedRectangle(radius: 8))
68+
.font(.title3)
69+
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0))
70+
.listRowBackground(Color.clear)
71+
.buttonStyle(.bordered)
72+
.buttonBorderShape(.roundedRectangle(radius: 8))
7373
}
7474
}
7575

0 commit comments

Comments
 (0)