diff --git a/Sources/cmuxApp.swift b/Sources/cmuxApp.swift index 5fc53154..1d4f57fb 100644 --- a/Sources/cmuxApp.swift +++ b/Sources/cmuxApp.swift @@ -2773,10 +2773,12 @@ struct SettingsView: View { .pickerStyle(.menu) } - SettingsCardDivider() + } + SettingsSectionHeader(title: "Workspace Colors") + SettingsCard { SettingsCardRow( - "Active Workspace Indicator", + "Workspace Color Indicator", controlWidth: pickerColumnWidth ) { Picker("", selection: sidebarIndicatorStyleSelection) { @@ -2787,10 +2789,9 @@ struct SettingsView: View { .labelsHidden() .pickerStyle(.menu) } - } - SettingsSectionHeader(title: "Workspace Colors") - SettingsCard { + SettingsCardDivider() + SettingsCardNote("Customize the workspace color palette used by Sidebar > Tab Color. \"Choose Custom Color...\" entries are persisted below.") ForEach(Array(workspaceTabDefaultEntries.enumerated()), id: \.element.name) { index, entry in