Skip to content

Commit

Permalink
Add variable for runwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanteri committed Feb 14, 2025
1 parent 5c26dfa commit 7649b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/mocks/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const worker = setupWorker(
task_id: 520366,
task_name: null,
user_name: '[email protected]',
status: 'completed',
status: 'failed',
task_ok: null,
ts_epoch: 1739390590523,
started_at: 1739390617634,
Expand All @@ -333,7 +333,7 @@ export const worker = setupWorker(
task_id: 520369,
task_name: null,
user_name: '[email protected]',
status: 'completed',
status: 'running',
task_ok: null,
ts_epoch: 1739390828154,
started_at: 1739390841744,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Run/components/RunWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function hasVersionTag(run: Run): boolean {
//

const Container = styled.div`
background: #e5a90c;
background: var(--color-warning);
padding: 0.5rem 1.5rem;
margin: 0 -1.5rem;
font-size: 0.875rem;
Expand Down

0 comments on commit 7649b51

Please sign in to comment.