Skip to content

Commit

Permalink
fix: use more contract yellow for delegation capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Jun 7, 2024
1 parent aaa90e5 commit d81c962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/WorkersPage/DelegationCapacity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Bar = styled(Box)(({ theme }) => ({
},

'&.warning': {
background: theme.palette.warning.contrastText,
background: '#ffb801',
},

'&.success': {
Expand Down

0 comments on commit d81c962

Please sign in to comment.