From ddc02c139f70b5346f15684c4da205a292b8f5ab Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 9 Feb 2026 14:17:43 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- Andromida/App/Views/Settings/SettingsView.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Andromida/App/Views/Settings/SettingsView.swift b/Andromida/App/Views/Settings/SettingsView.swift index f010ccb..5d059a8 100644 --- a/Andromida/App/Views/Settings/SettingsView.swift +++ b/Andromida/App/Views/Settings/SettingsView.swift @@ -305,9 +305,6 @@ private struct SettingsDebugActionRow: View { SymbolIcon.chevron() } .padding(.vertical, Design.Spacing.medium) - .padding(.horizontal, Design.Spacing.medium) - .background(Color(.secondarySystemGroupedBackground)) - .clipShape(.rect(cornerRadius: Design.CornerRadius.small)) } .buttonStyle(.plain) }