Changed button icon to tablecells

This commit is contained in:
Jake-B 2024-12-21 21:21:42 -05:00
parent 4f807419f6
commit d5e0ee776b

View file

@ -109,7 +109,7 @@ struct EnvironmentMetricsLog: View {
Button {
self.isEditingColumnConfiguration = true
} label: {
Label("Config", systemImage: "gearshape")
Label("Config", systemImage: "tablecells")
.imageScale(imageScale)
}
.buttonStyle(.bordered)