Skip to content

Commit

Permalink
Adjust progress styling
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 3, 2025
1 parent ca8dca9 commit fad8103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/app/(app)/automation/BulkRunRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export function BulkRunRules() {
</SectionDescription>

{!!queue.size && (
<SectionDescription className="mt-2">
Processing progress: {totalThreads - queue.size}/
{totalThreads} emails completed
<SectionDescription className="mt-2 rounded-md border border-green-200 bg-green-50 px-2 py-1.5">
Progress: {totalThreads - queue.size}/{totalThreads} emails
completed
</SectionDescription>
)}
<div className="mt-4">
Expand Down

1 comment on commit fad8103

@vercel
Copy link

@vercel vercel bot commented on fad8103 Jan 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.