We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7ed18 commit 0cd4842Copy full SHA for 0cd4842
site/src/theme/dark/experimental.ts
@@ -87,7 +87,7 @@ export default {
87
info: {
88
background: colors.blue[950],
89
outline: colors.blue[400],
90
- fill: "#f00",
+ fill: colors.blue[600],
91
text: colors.blue[50],
92
},
93
success: {
site/src/utils/workspace.tsx
@@ -233,7 +233,7 @@ export const getDisplayWorkspaceStatus = (
233
} as const;
234
case "pending":
235
return {
236
- type: undefined,
+ type: "info",
237
text: getPendingWorkspaceStatusText(provisionerJob),
238
icon: <QueuedIcon />,
239
0 commit comments