Fix build: use AccessibilityID.Customize (not Settings) for browseThemesButton
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ struct CustomizeContentView: View {
|
|||||||
.padding(12)
|
.padding(12)
|
||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
.accessibilityIdentifier(AccessibilityID.Settings.browseThemesButton)
|
.accessibilityIdentifier(AccessibilityID.Customize.browseThemesButton)
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $showThemePicker) {
|
.sheet(isPresented: $showThemePicker) {
|
||||||
AppThemePickerView()
|
AppThemePickerView()
|
||||||
|
|||||||
Reference in New Issue
Block a user