diff --git a/web/src/tabs/ConfigTab.tsx b/web/src/tabs/ConfigTab.tsx index 339845a..2f8bbdf 100644 --- a/web/src/tabs/ConfigTab.tsx +++ b/web/src/tabs/ConfigTab.tsx @@ -142,7 +142,7 @@ export const ConfigTab = () => { if (!isAdmin) { return ( -
+

Restricted

Access Denied

@@ -157,7 +157,7 @@ export const ConfigTab = () => { if (loading) { return (
-
+

Calibrating Infrastructure...

); @@ -180,9 +180,9 @@ export const ConfigTab = () => { )} {/* 2. ACTION CONTROL CENTER */} -
+
-
+
@@ -206,7 +206,7 @@ export const ConfigTab = () => { onClick={handleSaveAll} disabled={!hasChanges || saving} className={`flex items-center gap-3 px-10 py-4 rounded-2xl text-[10px] font-black uppercase tracking-widest transition-all shadow-2xl ${hasChanges && !saving - ? 'bg-white text-black hover:bg-blue-400 transition-colors' + ? 'bg-white text-black hover:bg-[var(--bl-info-strong)] transition-colors' : 'bg-white/5 text-gray-600 cursor-not-allowed' }`} > @@ -215,7 +215,7 @@ export const ConfigTab = () => {
-
+

Backtest Access Control

@@ -226,7 +226,7 @@ export const ConfigTab = () => { @@ -322,7 +322,7 @@ export const ConfigTab = () => {
{/* 4. IMMUTABLE FOOTER INFO */} -