enh: add dynamic background color to ModuleToggle based on exclusion status

This commit is contained in:
Ben Allfree
2025-12-04 16:39:48 -08:00
parent 0ea7fc3c18
commit 7e5777f1b4
+1
View File
@@ -26,6 +26,7 @@ export function ModuleToggle({
onCheckedChange={onToggle}
labelLeft="Default"
labelRight="Excluded"
className={isExcluded ? 'bg-orange-600' : 'bg-slate-600'}
/>
</div>
</div>