Skip to content

Commit

Permalink
Remove styling for developer toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored and stefanceriu committed Apr 5, 2023
1 parent 2439431 commit 063665d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-771.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove styling for developer toggles

0 comments on commit 063665d

Please sign in to comment.