Skip to content

Commit

Permalink
fix: Update state colors (#877)
Browse files Browse the repository at this point in the history
Update state colors

Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 24, 2024
1 parent 6b72c2c commit e179b51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/theme/src/Theme/muiTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ export const palette = {
},
state: {
default: '#e5e5e5',
succeeded: '#77C332',
succeeded: '#D1EABF',
succeeding: '#C0D765',
aborted: '#C91DFF',
aborted: '#E694FF',
aborting: '#CE90FF',
failed: '#EE678E',
failed: '#FFDAD6',
failing: '#FC8D14',
running: '#456FFF',
dynamicrunning: '#456FFF',
running: '#91A7FF',
dynamicrunning: '#91A7FF',
queued: '#F2840C',
undefined: '#EBDBC8',
recovered: '#FFE9B9',
notrun: '#E6E7E8',
nested: '#AAAAAA',
timedout: '#FEABAB',
paused: '#FCB51D',
paused: '#FFDEAC',
skipped: '#B6B6B6',
// todo: special cases https://www.figma.com/file/49B9RGzHBX12aKzZbNjuFP/01-Design-System-for-Union-Cloud?type=design&node-id=6068-13885&mode=design&t=FBnnHgqlGDeqZwr4-0
initializing: '#E6E7E8',
Expand Down

0 comments on commit e179b51

Please sign in to comment.