Remove unnecessary and clashing rounded border on settings panes

This commit is contained in:
Jack Kingsman
2026-02-22 11:53:05 -08:00
parent e806430a73
commit d635914d4b

View File

@@ -654,7 +654,7 @@ export function SettingsModal(props: SettingsModalProps) {
const shouldRenderSection = (section: SettingsSection) =>
!externalDesktopSidebarMode || desktopSection === section;
const sectionWrapperClass = 'border border-input rounded-md overflow-hidden';
const sectionWrapperClass = 'overflow-hidden';
const sectionContentClass = externalDesktopSidebarMode
? 'space-y-4 p-4'