harsharajkumar273 commited on
Commit
cdb633a
·
verified ·
1 Parent(s): af8ec77

Use green healthy status indicator

Browse files
Files changed (1) hide show
  1. server/app.py +3 -2
server/app.py CHANGED
@@ -67,6 +67,7 @@ def root() -> HTMLResponse:
67
  --muted: #64748b;
68
  --accent: #4f9cf9;
69
  --accent-2: #f59ac2;
 
70
  --accent-3: #7dd3fc;
71
  --danger: #dc6b8a;
72
  --warning: #d9a441;
@@ -145,8 +146,8 @@ def root() -> HTMLResponse:
145
  box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.10);
146
  }
147
  .health.ready .health-dot {
148
- background: var(--accent-2);
149
- box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.10);
150
  }
151
  .health.error .health-dot {
152
  background: var(--danger);
 
67
  --muted: #64748b;
68
  --accent: #4f9cf9;
69
  --accent-2: #f59ac2;
70
+ --success: #22c55e;
71
  --accent-3: #7dd3fc;
72
  --danger: #dc6b8a;
73
  --warning: #d9a441;
 
146
  box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.10);
147
  }
148
  .health.ready .health-dot {
149
+ background: var(--success);
150
+ box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
151
  }
152
  .health.error .health-dot {
153
  background: var(--danger);