Merge pull request #1347 from bluewave-labs/1324-monitor-page-pending-label-should-be-gray-instead-of-yellow-which-is-same-as-paused

- Change to grey  color for pending status
This commit is contained in:
Alexander Holliday
2024-12-10 17:52:50 -08:00
committed by GitHub
+3 -3
View File
@@ -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,