mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Remove styling for developer toggles
This commit is contained in:
parent
2439431287
commit
063665d05c
@ -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)
|
||||
}
|
||||
|
1
changelog.d/pr-771.change
Normal file
1
changelog.d/pr-771.change
Normal file
@ -0,0 +1 @@
|
||||
Remove styling for developer toggles
|
Loading…
x
Reference in New Issue
Block a user