Skip to content

Commit 95be4cf

Browse files
Review comment: button text style
Co-authored-by: Filip Troníček <[email protected]>
1 parent 6aa5be8 commit 95be4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/org-admin/RunningWorkspacesCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const RunningWorkspacesCard: FC<RunningWorkspacesCardProps> = () => {
202202
buttonType="destructive"
203203
buttonDisabled={isStoppingAll}
204204
>
205-
<p className="text-sm text-gray-600 dark:text-gray-300">
205+
<p className="text-sm text-pk-content-secondary">
206206
Are you sure you want to stop all {runningWorkspaces.length} currently running workspaces in this
207207
organization? Workspaces will be backed up before stopping. This action cannot be undone.
208208
</p>

0 commit comments

Comments
 (0)