Skip to content

Commit

Permalink
style(interim-feedback): make the interim feedback chip more uniform …
Browse files Browse the repository at this point in the history
…with the other chip styles
  • Loading branch information
HRemonen committed Nov 29, 2023
1 parent 546d098 commit 600f761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/client/util/chipStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ const styles = {
borderColor: '#33cc33',
},
interim: {
background: 'rgb(243 232 255)',
backgroundImage: 'linear-gradient(55deg, rgb(233 213 255) 10%, rgb(216 180 254) 30%, rgb(233 213 255) 50%)',
background: theme => theme.palette.primary,
backgroundImage: 'linear-gradient(55deg, #e1bee7 10%, #ce93d8 30%, #e1bee7 50%)',
backgroundSize: '150px, 20px',
animation: css`
${flow} 6.5s infinite forwards linear
`,
color: 'rgb(107 33 168)',
borderColor: 'rgb(107 33 168)',
color: '#300d59',
borderColor: '#ab47bc',
},
}

Expand Down

0 comments on commit 600f761

Please sign in to comment.