Skip to content

Commit

Permalink
- Change to grey color for pending status
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-gan committed Dec 10, 2024
1 parent 151500d commit 1d56c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/src/Components/Label/index.jsx
Original file line number Diff line number Diff line change
@@ -141,9 +141,9 @@ const StatusLabel = ({ status, text, customStyles }) => {
borderColor: theme.palette.warning.light,
},
pending: {
dotColor: theme.palette.warning.main,
bgColor: theme.palette.warning.dark,
borderColor: theme.palette.warning.light,
dotColor: theme.palette.text.secondary,
bgColor: theme.palette.background.main,
borderColor: theme.palette.border.dark,
},
"cannot resolve": {
dotColor: theme.palette.unresolved.main,

0 comments on commit 1d56c5b

Please sign in to comment.