Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: Use correct colour for pending workspace display (#968) (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone authored Apr 20, 2022
1 parent 24010d3 commit 9f694dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const states = [
{
key: 'PENDING',
display: 'PENDING',
color: 'orange',
color: 'yellow',
tip: 'The workspace is being prepared, this could take sometime.',
spinner: true,
canTerminate: false,
Expand Down

0 comments on commit 9f694dc

Please sign in to comment.