Skip to content

Commit

Permalink
fix: add MLSStatuses.REVOKED status color
Browse files Browse the repository at this point in the history
  • Loading branch information
arjita-mitra committed Jan 16, 2024
1 parent 3877670 commit ce76294
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const MLSStatusColor = {
[MLSStatuses.EXPIRED]: 'var(--red-500)',
[MLSStatuses.NOT_DOWNLOADED]: 'var(--red-500)',
[MLSStatuses.EXPIRES_SOON]: 'var(--green-500)',
[MLSStatuses.REVOKED]: 'var(--red-500)',
};

type stylesProps = {
Expand Down

0 comments on commit ce76294

Please sign in to comment.