Skip to content

Commit 94a74c8

Browse files
committed
Unify user default toggle tint colors
1 parent a19650b commit 94a74c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

WordPress/Classes/ViewRelated/Me/App Settings/Boolean User Defaults/BooleanUserDefaultsDebugView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ struct BooleanUserDefaultsDebugView: View {
1717
)
1818
Toggle(userDefaultsSection[userDefaultKey]!.title, isOn: isOn)
1919
.font(.caption)
20+
.toggleStyle(
21+
SwitchToggleStyle(
22+
tint: Color.DS.Background.brand(isJetpack: AppConfiguration.isJetpack)))
2023
}
2124
}
2225
}

0 commit comments

Comments
 (0)