diff --git a/MoppApp/MoppApp/Settings.storyboard b/MoppApp/MoppApp/Settings.storyboard index 82ad5764c..2a25f6e74 100644 --- a/MoppApp/MoppApp/Settings.storyboard +++ b/MoppApp/MoppApp/Settings.storyboard @@ -40,35 +40,60 @@ - + + + + + + + + + + + - - + + + + + + + + - - - - - - - + - - - - - - + + + + @@ -341,35 +366,48 @@ - + + - - + + + + + + + + - - - - - - - + - - - - - - + + + + @@ -1607,35 +1645,48 @@ - - + + - + + + + + + + + - - - - - - + - - - - - - - + + + + diff --git a/MoppApp/MoppApp/SettingsResetCell.swift b/MoppApp/MoppApp/SettingsResetCell.swift index f4406c61a..187b98220 100644 --- a/MoppApp/MoppApp/SettingsResetCell.swift +++ b/MoppApp/MoppApp/SettingsResetCell.swift @@ -39,6 +39,7 @@ class SettingsResetCell: UITableViewCell { resetSettingsButton.text = title resetSettingsButton.accessibilityLabel = title.lowercased() resetSettingsButton.accessibilityUserInputLabels = [L(.voiceControlResetButton)] + resetSettingsButton.accessibilityTraits = [.button] resetSettingsButton.font = .moppMedium resetSettingsButton.textColor = .systemBlue resetSettingsButton.isUserInteractionEnabled = true