We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa5be8 commit 95be4cfCopy full SHA for 95be4cf
components/dashboard/src/org-admin/RunningWorkspacesCard.tsx
@@ -202,7 +202,7 @@ export const RunningWorkspacesCard: FC<RunningWorkspacesCardProps> = () => {
202
buttonType="destructive"
203
buttonDisabled={isStoppingAll}
204
>
205
- <p className="text-sm text-gray-600 dark:text-gray-300">
+ <p className="text-sm text-pk-content-secondary">
206
Are you sure you want to stop all {runningWorkspaces.length} currently running workspaces in this
207
organization? Workspaces will be backed up before stopping. This action cannot be undone.
208
</p>
0 commit comments