Remove styling for developer toggles

This commit is contained in:
Johannes Marbach 2023-04-05 16:57:11 +02:00 committed by Stefan Ceriu
parent 2439431287
commit 063665d05c
2 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,6 @@ struct DeveloperOptionsScreen: View {
Toggle(isOn: $context.shouldCollapseRoomStateEvents) {
Text("Collapse room state events")
}
.tint(.element.brand)
.labelStyle(FormRowLabelStyle())
.onChange(of: context.shouldCollapseRoomStateEvents) { _ in
context.send(viewAction: .changedShouldCollapseRoomStateEvents)
}

View File

@ -0,0 +1 @@
Remove styling for developer toggles